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

Implement User Roles #35

Open
IgorPolyakov opened this issue Jun 22, 2024 · 0 comments
Open

Implement User Roles #35

IgorPolyakov opened this issue Jun 22, 2024 · 0 comments
Labels
server-api Issues for server api

Comments

@IgorPolyakov
Copy link
Collaborator

Create a flexible user roles management system that allows adding new roles as needed. This will involve creating a separate roles table and updating the users table to reference roles through a foreign key.

Initial roles include:

  • user - Default role
  • moderator - Can approve certain data
  • admin - Administrator
@IgorPolyakov IgorPolyakov added the server-api Issues for server api label Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
server-api Issues for server api
Projects
None yet
Development

No branches or pull requests

1 participant