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

Add role-based access control system #276

Open
JumanaFM opened this issue Feb 12, 2023 · 0 comments
Open

Add role-based access control system #276

JumanaFM opened this issue Feb 12, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@JumanaFM
Copy link
Member

Currently we have 3 roles: Instructor, TA, Student.
We should implement the following based on @karger ‘s suggestion

a role-based access control system, where there are various actions like creating a comment, deleting a student, seeing an identity, and so on, and a role is defined by which specific actions it has permissions to do. There seems to be a number of role-based access control extensions for nodejs, so we should be able to get the functionality without writing it ourselves. https://gist.github.com/mooniker/b87a284378f2ba29dbc3845bcf6efd3b

@JumanaFM JumanaFM added the enhancement New feature or request label Feb 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant