Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

RBAC #16

Closed
zulfikarrosadi opened this issue Sep 16, 2024 · 0 comments
Closed

RBAC #16

zulfikarrosadi opened this issue Sep 16, 2024 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@zulfikarrosadi
Copy link
Owner

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

  1. Create a superuser when the db is migrated, and check if user is admin
  2. Create a RBAC, but it'll introduce a complexity for this current business case
@zulfikarrosadi zulfikarrosadi added bug Something isn't working enhancement New feature or request labels Sep 16, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant