Login
Last updated
Last updated
Tonomy ID allows users to log in securely without passwords, eliminating credential phishing risks and reducing login friction. This is ideal for Web2 apps needing high-security authentication or privacy by default and Web3 apps requiring private key-based transaction authorization.
Ensure your app is registered with the Tonomynetwork (See )
Set your network at the start of your app (e.g., in App.tsx
for React):
This will open the Tonomy ID app (via QR or deep link)
Request user information by adding a dataRequest
object.
On your /callback
page:
Check user status when your app starts (e.g., in App.tsx
):