Quickstart
Get started with Hawcx authentication in your web application
Just four simple function calls can transition your application to fully passwordless authentication with the Hawcx Javascript SDK.
Pro Tip: The Hawcx Web SDK is currently available as a public beta. We’re actively enhancing the experience—your feedback helps us make it even better!
Quick Start Guide
1. Include the JavaScript SDK
Replace 'YOUR_API_KEY'
with your actual API key obtained from Hawcx.
2. Implement Authentication Flows
a. User Registration
To initiate a new user registration with an email address:
b. User Login
Authenticate existing users with their registered email:
Congratulations! You’ve now enabled passwordless authentication with Hawcx in your web application.
Pro Tip: Consider implementing multi-device support to enable login/signup across different devices.
For further details, refer to the API Reference.