.well-known
Get public Hanko configuration
Retrieve public backend configuration options.
Useful for example for conditionally constructing a UI based on the options (e.g. don't show password inputs when they are disabled).
get/.well-known/config
Response
Hanko configuration
Example response
{
"password": {
"min_password_length": 8
}
}