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
Now every user that have valid credentials can do resources manipulation eg, create update delete the products etc
This should be done by website admin only
There are 2 solutions for this
Create a superuser when the db is migrated, and check if user is admin
Create a RBAC, but it'll introduce a complexity for this current business case
The text was updated successfully, but these errors were encountered:
Now every user that have valid credentials can do resources manipulation eg, create update delete the products etc
This should be done by website admin only
There are 2 solutions for this
The text was updated successfully, but these errors were encountered: