Developer
Developer - Settings

Update Auth Settings

Update the auth settings for the current customer.

This endpoint is restricted to developer users only.

  • password_login_enabled: Set to true to enable password-based login for staff members
  • require_social_login: Set to true to require users who have used social sign-in to continue using it
patch/developer/auth-settings

Request body

password_login_enabledboolean nullable

Whether password-based staff login is enabled

require_social_loginboolean nullable

Whether users who have signed in with social (Google/Microsoft) are required to continue using social login

Response

Successful Response

password_login_enabledboolean required

Whether password-based staff login is enabled

require_social_loginboolean required

Whether users who have signed in with social (Google/Microsoft) are required to continue using social login

Changes