otp-without-db
otp-without-db copied to clipboard
database less OTP verification using cryptography 🔐
A user can ask for otp multiple times, and reverse engineer your secret key, because he has all the elements of the hash, the phone number, the otp, and the...
Hi, thanks for the package, i want to avoid user generate otp repeated in short time. Let say same phone number, can only generate new otp after x minutes/seconds from...
At first I really liked the idea of using cryptography instead of storing OTP attemps in DB, but how to protect from buteforce attacks? Usually I'd expect any OTP attempt...