Skip to main content

AUTH.SETTINGS

POST 

Returns the public settings for authentication

Request

Body

    action stringrequired

    Default value: auth.settings

    The action

Responses

Settings response

Schema
    data object
    allow_email_signup boolean
    allow_oauth_signup boolean
    email_settings object
    account_update_verification_method string
    authentication_method string
    enabled boolean
    password_policy object
    LENGTH integer[]
    LOWERCASE boolean
    NUMBERS boolean
    SYMBOLS boolean
    UPPERCASE boolean
    password_policy_name string
    password_recovery_method string
    verify_email_on_signup boolean
    enable_email_provider boolean
    enable_oauth_providers boolean
    enabled boolean
    oauth_providers object
Loading...