You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we integrate @materia/users in this repository and install it by default in every applications, we can use admin role to connect materia-server admin API instead of using rootPassword.
Advantage:
no rootPassword written in clear text in materia.json & materia.prod.json
Same login system than the one used in the application (not duplicated in 2 different system)
If no database setup, we can still connect to a local sqlite database to have the minimal user structure
If no admin user defined, need a cli command to initialize the first admin user (to let materia-designer connect the admin API)
Materia Version: v1.0.0-beta.1
The text was updated successfully, but these errors were encountered:
If we integrate @materia/users in this repository and install it by default in every applications, we can use admin role to connect materia-server admin API instead of using rootPassword.
Advantage:
If no database setup, we can still connect to a local sqlite database to have the minimal user structure
If no admin user defined, need a cli command to initialize the first admin user (to let materia-designer connect the admin API)
The text was updated successfully, but these errors were encountered: