-
Notifications
You must be signed in to change notification settings - Fork 81
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
Labels
feature
Feature branch for develop
Comments
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
…tion Feature/#1 implement user registration
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`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Registration:
POST /api/users
Example request body:
No authentication required, returns a User
Required fields:
email
,username
,password
The text was updated successfully, but these errors were encountered: