Passwordless login with SuperTokens
#
Features- Sign in / up with OTP or / and magic link via SMS or email
- Secure session management
- Customise email or SMS
- Integrate with your own email / SMS sending service
#
Supported tech stacks#
Backend#
Frontend#
Demo application- See our live demo app.
- Clone the React + NodeJS source code on Github.
git clone https://github.com/supertokens/supertokens-auth-react.git
cd supertokens-auth-react/examples/with-passwordless/
# Follow the instructions in the README.md file...
note
This demo app is for reference only, and is not meant as boilerplate code for new apps.
#
Next steps- Learn how SuperTokens works.
- Quick Setup guide: Integrate SuperTokens on your frontend and backend.
- Framework integration: Add SuperTokens to frameworks such as NextJS, AWS Lambda, Hasura and more.
- Post login operations: Learn how to implement post sign up callbacks and secure your APIs.
- Additional customizations: Learn about other customisation such as styling, sessions management, language translations.