You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A user can create a local account via a registration page
Purpose
Local account registration will be provided (via djoser) as an alternative to SSO. The frontend should provide a flow for utilizing the proper registration endpoint.
A user can create a local account via a registration page
Purpose
Local account registration will be provided (via djoser) as an alternative to SSO. The frontend should provide a flow for utilizing the proper registration endpoint.
Description
View should POST the following fields:
to url:
localhost:8000/users/
Expected Responses
On bad request
HTTP_400_BAD_REQUEST:
On accepted request
HTTP_201_CREATED
The text was updated successfully, but these errors were encountered: