cURL
curl --request GET \ --url https://{tenant_id}.hanko.io/.well-known/config
{ "emails": { "require_verification": true }, "password": { "enabled": true, "min_password_length": 8 }, "account": { "allow_deletion": true, "allow_signup": true } }
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).
Hanko configuration
Public backend configuration options
Was this page helpful?