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
Maybe it's better to give the operator user/password as an env variable to the application. This allows to set everything during application deployment and doesn't require any setup code in the application.
Since we are setting up the instances for the shops ourselves, this could make sense, yes. Registering a shop needs to send us an email though and updating it would need that user/password combination...
A minimal user management should be implement to distinguish shop owners/employees and operators.
The following roles will be used and can be set with a flag in the user table:
operator
: The operator/host of the instance.admin
: Owners or employees of the shop.A token will be used for authentication. The token URL should be also available on the user page as a QR Code to transfer it to other people.
Only the operator can update tokens.
The text was updated successfully, but these errors were encountered: