API Authentication
The backend supports both browser cookie and bearertoken authorization header methods.
For the bearer authentication header of the form Bearer <token>, where <token> is your auth token.
User Authentication
Users will receive a 6-digit one-time password (OTP) for every login, utilizing passwordless authentication.Authentication Flows
New User Flow
OTP Creation
An OTP is sent to the user’s email or phone. If the user has both an email and a phone number, the OTP will be sent to the email.
Register API
API to register new user
Existing User Flow
OTP Creation
An OTP is sent to the user’s email or phone. If the user has both an email and a phone number, the OTP will be sent to the email.
Login API
API to login existing user
