This endpoint is used to authenticate the user.
POST/authenticate
Authenticate the user. This endpoint needs to be accessed from a browser! It is possible that the user is redirected to another authentication server.
Request​
- application/x-www-form-urlencoded
Body
email string
The email of the user.
password string
The password of the user.
redirect string
The redirect url after the user is created.
Responses​
- 303
The redirect to the specified url in the form with a code parameter added.
Loading...