Hi, as I previously mentioned in #644850229212086273
I'm leading an E-Authentication System project, and I needed some help
So far, the project's supervisor asked us to implement:
- Login & Registration module (with password recovery help & email verification).
- One-Time-Password module (whether it's SMS or email OTP).
- QR Code module.
+ The system would be much better if it's portable, not just tied to one application.
We're using Flutter to build the application interface (just a sample application to test our Auth System on)
+ NodeJS for all the Authentication modules
We are wondering if someone could give us tips or directions to how we should go on building this portable system
Thanks in advance ^^
r
rp_st
11/01/2022, 1:04 PM
hey! Start by checking out the guides page and picking the login method you want: https://supertokens.com/docs/guides
We don't have support for QR code yet.
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).