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

In order to sign up as an unregistered user, I want to be able to register an account #1

Open
4 tasks
Lykathia opened this issue Oct 13, 2018 · 0 comments
Milestone

Comments

@Lykathia
Copy link
Owner

Some form of user authentication is required in order for people to be able to use the website.

Signup should be simple, and for security reasons, authentication not our concern.
To that end, implementing SSO seems to be the best solution.

As a general rule of thumb, supporting facebook and google are good first steps. If we need site-specific user account support, or other providers, we can revisit later.

Implementation

To follow a proper RESTful implementation, the following models/resources will be created:

Create/register new user:

POST /api/user

Tasks

  • Create UI/UX
  • Implement OAuth endpoint for facebook
  • Imeplement OAuth endpoint for google
  • Generate developer swagger documentation for endpoints
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant