Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 10.5 KB

updateinstanceauthconfigrequestbody.md

File metadata and controls

13 lines (10 loc) · 10.5 KB

UpdateInstanceAuthConfigRequestBody

Fields

Field Type Required Description Example
restricted_to_allowlist OptionalNullable[bool] Whether sign up is restricted to email addresses, phone numbers and usernames that are on the allowlist. false
from_email_address OptionalNullable[str] The local part of the email address from which authentication-related emails (e.g. OTP code, magic links) will be sent.
Only alphanumeric values are allowed.
Note that this value should contain only the local part of the address (e.g. foo for [email protected]).
noreply
progressive_sign_up OptionalNullable[bool] Enable the Progressive Sign Up algorithm. Refer to the docs for more info. true
session_token_template OptionalNullable[str] The name of the JWT Template used to augment your session tokens. To disable this, pass an empty string. defaultSessionToken
enhanced_email_deliverability OptionalNullable[bool] The "enhanced_email_deliverability" feature will send emails from "[email protected]" instead of your domain.
This can be helpful if you do not have a high domain reputation.
true
test_mode OptionalNullable[bool] Toggles test mode for this instance, allowing the use of test email addresses and phone numbers.
Defaults to true for development instances.
true