PATCH
/
settings
/
auth
This response does not have an example.

Authorizations

fastapiusersauth
string
cookie
required

Body

application/json
auth_basic_enabled
boolean
default:true

Whether basic auth is enabled.

auth_require_email_verification
boolean
default:false

Whether email verification is required for authentication.

auth_allowed_email_domains
string[]

Allowed email domains for authentication. If empty, all domains are allowed.

auth_min_password_length
integer
default:12

Minimum password length for authentication.

auth_session_expire_time_seconds
integer
default:604800

Session expiration time in seconds.

Response

204
_mintlify/placeholder

Successful Response