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

Authentication #3

Open
AlexOreshkevich opened this issue Jan 13, 2020 · 0 comments
Open

Authentication #3

AlexOreshkevich opened this issue Jan 13, 2020 · 0 comments
Assignees

Comments

@AlexOreshkevich
Copy link
Member

We need to add authentication feature to our application. Implementation should be based on Java EE 7 features (no Spring, Play or other frameworks).

From UI perspective, responsive Login UI form is needed:

  • choose login or signup (allow to create a user)
  • login through login/pass or Google or Facebook account (OAuth 2)

From backend perspective we would need JWT token and OAuth 2 support.

PostgreSQL should be used for storing users, system or roles and permissions should be developed as well.

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

2 participants