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 ^^