- Modules
- Authentication
- Auth Email Passwordless
Auth Email Passwordless
Public Scripts
Scripts that are accessible to game clients and can be called directly via the generated SDK endpoints.
Send Email Verificationsend_verification
Send a one-time verification code to an email address to verify ownership.
Verify and Add Email to Existing User (No Password)verify_add_no_pass
Verify a user's email address and register it with an existing account. Does not require a password.
Verify and Login as (or Create) User (No Password)verify_login_or_create_no_pass
Verify the email address code and return a userToken to AN account (creates a new account if one doesn't exist). Does not require a password.
Private Scripts
Scripts that are only accessible within the backend and cannot be called directly by game clients.
No private scripts defined for this module.