-
Notifications
You must be signed in to change notification settings - Fork 94
Implement User registration #1
Copy link
Copy link
Closed
Labels
featureFeature branch for developFeature branch for develop
Description
Registration:
POST /api/users
Example request body:
{
"user":{
"username": "Jacob",
"email": "[email protected]",
"password": "jakejake"
}
}No authentication required, returns a User
Required fields: email, username, password
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureFeature branch for developFeature branch for develop