Do password login
Password
Do password login
deprecated
Perform a password login.
POST
Do password login
Perform a password login for the user identified byDocumentation Index
Fetch the complete documentation index at: https://docs.hanko.io/llms.txt
Use this file to discover all available pages before exploring further.
user_id and a given password.
This endpoint is only available if passwords have been enabled via configuration option passwords.enabled.Body
application/json
The ID of the user to perform a password login for
Example:
"c339547d-e17d-4ba7-8a1d-b3d5a4d17c1c"
The actual password, its minLength defaults to 8 but
can be configured
through the password.min_password_length option.
Required string length:
8 - 72Example:
"9UnCBEx924a45P7p"
Response
Successful password login