Social login
Social login is the recommended flow for consumer-facing fintechs and payment apps. Users authenticate via their existing Google account. No password or seed phrase is involved. Use the SDK’s default Google redirect flow when your app can authenticate through a browser redirect. Mobile apps start the redirect, open the returned authorization URL, and complete authentication from the deep-link callback URL.- TypeScript
- React Native
- Swift
- Kotlin
Email OTP
Email OTP is ideal for financial products where users may not have a social account or prefer not to link one. The user enters their email, receives a one-time code, and the wallet is created on verification.- TypeScript
- React Native
- Swift
- Kotlin
Checking sign-in state
- TypeScript
- React Native
- Swift
- Kotlin