🌱(demo) create dev users and make them doc accesses

To be able to test with dummy data, we need to create
our dev users from the demo and to give them access to
the docs.
The sub is the unicity of the user for our oidc provider,
so we need to know the sub to be able to create
correctly the user, it is why we set the sub
as the email of the user in the realm.json file.
This commit is contained in:
Anthony LC
2024-07-04 16:40:32 +02:00
committed by Anthony LC
parent 7d3fd25c61
commit be93598b2d
5 changed files with 77 additions and 0 deletions

View File

@@ -8,6 +8,10 @@ and this project adheres to
## [Unreleased]
## Added
- 🤡(demo) generate dummy documents on dev users #120
## [1.0.0] - 2024-07-02
## Added