Auth Methods

Apps using Hyphen SDK can use Web2-ish login methods instead of connecting a wallet.

Social Login

Social login is the basic login method using the basic OAuth 2.0. Various providers like Google, Facebook, Github, etc. are supported.

Figure 1. The example of Sign-In Screen.

PassKey (Coming Soon)

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.

Password Login (Coming Soon)

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.

Custom Login Methods (Coming Soon)

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.

Last updated

Was this helpful?