Authentication
Authentication
How users log in — social login, email OTP, phone OTP, and custom JWT
Authentication
Multiple authentication methods to onboard users into self-custodial wallets with zero Web3 knowledge required.
Social Login
OAuth, email OTP, phone OTP, custom JWT — implementation with React and vanilla JS
Session Management
Token lifecycle, auto-refresh, reconnection, and logout
Supported Methods
| Method | Description |
|---|---|
| OAuth | Redirect-based flow with 9 social providers |
| Email OTP | One-time password sent via email |
| Phone OTP | One-time password sent via SMS |
| Magic Link | Passwordless email link authentication |
| Custom JWT | Bring your own authentication with JWT tokens |