Auth Methods
Apps using Hyphen SDK can use Web2-ish login methods instead of connecting a wallet.
Last updated
Was this helpful?
Apps using Hyphen SDK can use Web2-ish login methods instead of connecting a wallet.
Last updated
Was this helpful?
Social login is the basic login method using the basic OAuth 2.0. Various providers like Google, Facebook, Github, etc. are supported.
The app can allow the user to re-login with PassKey. Once the PassKey is created after the user signs up with the other log-in method, the user can log in with PassKey in one click. On iOS and Android, the PassKey is synchronized through their cloud account.
The app can also use ID/email and password to sign in. Hyphen provides essential features like finding the ID/password and changing the password.
The app can even implement the login method on their own. In this case, the app should enable the custom login method feature first on the dashboard and needs to authenticate the user using their own method (e.g. SAML), and call the Sign-In / Sign-Up REST API.