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 registration #1

Closed
raeperd opened this issue Apr 9, 2021 · 0 comments
Closed

Implement User registration #1

raeperd opened this issue Apr 9, 2021 · 0 comments
Assignees
Labels
feature Feature branch for develop

Comments

@raeperd
Copy link
Owner

raeperd commented Apr 9, 2021

Registration:

POST /api/users

Example request body:

{
  "user":{
    "username": "Jacob",
    "email": "jake@jake.jake",
    "password": "jakejake"
  }
}

No authentication required, returns a User

Required fields: email, username, password

@raeperd raeperd added the feature Feature branch for develop label Apr 9, 2021
@raeperd raeperd self-assigned this Apr 9, 2021
raeperd added a commit that referenced this issue Apr 9, 2021
raeperd added a commit that referenced this issue Apr 13, 2021
raeperd added a commit that referenced this issue Apr 14, 2021
raeperd added a commit that referenced this issue Apr 14, 2021
raeperd added a commit that referenced this issue Apr 14, 2021
raeperd added a commit that referenced this issue Apr 14, 2021
raeperd added a commit that referenced this issue Apr 14, 2021
raeperd added a commit that referenced this issue Apr 14, 2021
raeperd added a commit that referenced this issue Apr 23, 2021
- Implements `AuthorizedUser`
- Implements `JWTConfiguration`
raeperd added a commit that referenced this issue Apr 23, 2021
- Implements `AuthorizedUser`
- Implements `JWTConfiguration`
raeperd added a commit that referenced this issue Apr 23, 2021
- Implements `AuthorizedUser`
- Implements `JWTConfiguration`
raeperd added a commit that referenced this issue Apr 24, 2021
@raeperd raeperd closed this as completed Apr 24, 2021
@raeperd raeperd reopened this May 14, 2021
raeperd added a commit that referenced this issue May 14, 2021
raeperd added a commit that referenced this issue May 14, 2021
@raeperd raeperd closed this as completed May 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature branch for develop
Projects
None yet
Development

No branches or pull requests

1 participant