Skip to content

Handle OTP using cryptography ๐Ÿ”’ Complete Rest APIs ignoring db, session memory or any of those

Notifications You must be signed in to change notification settings

shamimferdous/otp-using-cryptography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

OTP Using Cryptography

If you're using a database or session memory to store OTP for matching it later with user input, YOU'RE DOING IT WRONG!

Databases are not supposed to be used for things like this. Session memory isn't the ideal approach too. Hence comes cryptography.

TO BE CONTINUED....

About

Handle OTP using cryptography ๐Ÿ”’ Complete Rest APIs ignoring db, session memory or any of those

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published