so i creating a backend for the site. So i shrugged off such a question: “What OTP/TOTP is the best?”
There are so many different to make OTP/TOTP:
- Random generator
- Take today’s date and select some values
- Take some data from the current session
- Use the JWT Library and take some data from there
There are more ways, but i cant remember.
I hope someone have good way to create otp or his company using it 😉