Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Implementing RBAC. #3

Open
tirzasrwn opened this issue Jul 13, 2023 · 0 comments
Open

Implementing RBAC. #3

tirzasrwn opened this issue Jul 13, 2023 · 0 comments

Comments

@tirzasrwn
Copy link
Owner

It's a good practice to try implementing Role-Based Access Control. Like there is two user. One is just regular user and the other one is admin user.

  • Visitor who is not a user, can only see the list of the movies. They can't see specific movie description.
  • User login can see list of movie, movie description, and use GraphQL feature.
  • Admin can do all the features.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant