GET
/
.well-known
/
config
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
  }
}

Response

200 - application/json
Hanko configuration

Public backend configuration options

emails
object

Controls the behavior regarding email addresses.

password
object

Configuration options concerning passwords

account
object

Controls the behavior regarding user account.