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.
Hanko configuration
Public backend configuration options
Controls the behavior regarding email addresses.
Show child attributes
Require email verification after account registration and prevent signing in with unverified email addresses. Also, email addresses can only be marked as primary when they have been verified before.
Configuration options concerning passwords
Indicates whether passwords are enabled or not
Describes the minimum password length
8
Controls the behavior regarding user account.
Indicates the user account can be deleted by the current user.
Indicates users are able to create new accounts.
Was this page helpful?