- Launch the pre-built UI to let users set up MFA and complete challenges
- Sign up and sign in users using passkeys
- Build custom UIs for authenticating with email OTP, SMS OTP, WhatsApp OTP, or authenticator app
GitHub repository
Installation
package.json.
Initialization
Initialize the client with your tenant ID and the API URL for your region.tenantId in the Authsignal Portal.
You must specify the correct baseUrl for your tenant’s region.
| Region | API URL |
|---|---|
| US (Oregon) | https://api.authsignal.com/v1 |
| AU (Sydney) | https://au.api.authsignal.com/v1 |
| EU (Dublin) | https://eu.api.authsignal.com/v1 |

