- Modules
- Authentication
- Auth Email
Auth Email
Public Scripts
Scripts that are accessible to game clients and can be called directly via the generated SDK endpoints.
No public scripts defined for this module.
Private Scripts
Scripts that are only accessible within the backend and cannot be called directly by game clients.
Send Email Verification (No Password)send_verification
Send a one-time verification code to an email address to verify ownership. Does not require a password.
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.
Verify and Link Email Address to Userverify_link_email
Verify a user's email address and link it to an existing account without allowing login passwordless.
Verify and Sign Up with Email and Passwordverify_sign_up_email_pass
Sign up a new user with an email and password.
Sign In with Email and Passwordsign_in_email_pass
Sign in a user with an email and password.
Verify and Add Email and Password to existing userverify_add_email_pass
Verify a user's email address and register it with an existing account. Requires a password.