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

User management and authentication #21

Open
iskitsas opened this issue Mar 31, 2021 · 3 comments
Open

User management and authentication #21

iskitsas opened this issue Mar 31, 2021 · 3 comments
Labels

Comments

@iskitsas
Copy link
Contributor

Support user authentication, registration and role management.

  • A user should be able to register to the cms
  • Google, Facebook, Gihub authentication can be supported too
  • Different roles should be supported. Eg. SimpleUser, Admin, Operator
  • An admin could assign roles and permissions per role

More details/specifications to be added or discussed

@iskitsas iskitsas added the story label Mar 31, 2021
@iskitsas iskitsas changed the title User management and authentication [story] User management and authentication Mar 31, 2021
@Sanskar95
Copy link
Contributor

Sanskar95 commented Apr 8, 2021

@iskitsas
Do we want to save the users in our system in a separate table?
I feel we should not save users as it might lead to security concerns, we can just use oauth2 to get the token and access endpoints.

@iskitsas
Copy link
Contributor Author

iskitsas commented Apr 9, 2021

@Sanskar95 ,
You can use oauth2. Just take into account how are you going to handle the different roles/permissions, and what is accessible to whom.

@Sanskar95
Copy link
Contributor

@iskitsas yeah totally
oauth2
We can setup roles permissions using matchers easily
But have to create endpoints so that admin can change permissions for that we definitely gonna require a table store usernames and current role.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants