Guides
Account authentication flow
End-to-end flow using login/password (or email/password) accounts.
Account authentication flow
This guide covers applications that use Blazeauth accounts (credentials-based users).
1) Connect and initialize
- Connect to
wss://eu1.blazeauth.net - Call
initialize
2) Create an account (optional)
Use create_account to create a user.
3) Authenticate by credentials
Use auth_by_credentials.
4) Link a license to the account (optional)
Use link_license_to_account to bind a license to the current account.
5) Read current account
Use get_current_account to fetch the authenticated account and remaining time.