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 OAuth2 login #241

Open
bglamadrid opened this issue Mar 30, 2023 · 0 comments
Open

Implement OAuth2 login #241

bglamadrid opened this issue Mar 30, 2023 · 0 comments
Labels
feature To include new functionality stub Don't work on this until tasks are decided

Comments

@bglamadrid
Copy link
Collaborator

bglamadrid commented Mar 30, 2023

Summary

Implement OAuth2 and OpenID Connect specifications to enable logging in with a well-defined authorization server, which doesn't need to be the backend server itself, and still recognize users on a superficial basis.

However, instead of replacing the previous system (users and credentials stored in database), there should be a feature flag to enable/disable its usage.

Expected outcome

Depending on the features supported by the implementation, Customers and Salespeople can authenticate (login, even register) themselves through Google and GitHub, and authorize themselves to a corresponding user role with their given role permissions.

Considered alternatives

Spring Security has features for implementing usage of OAuth2.

@bglamadrid bglamadrid added feature To include new functionality new stub Don't work on this until tasks are decided labels Mar 30, 2023
@bglamadrid bglamadrid removed the new label May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature To include new functionality stub Don't work on this until tasks are decided
Projects
None yet
Development

No branches or pull requests

1 participant