v1

latestOpenAPI 3.0.3AGPL-3.0-or-later2026-07-2687268192.4 KB
.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
  }
}