You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a generic implementation of ...This is a generic implementation of OTP for Django applications. It can be extended to any framework or platform that uses OTP.
1
This is a robust implementation that is extensible for anything that requires the use of OTP. Want to use OTP to verify
2
a user? Check! Want to use OTP to validate an order? CHeck! Want to use OTP to reset a password? CHEck! Want to use
3
OTP to verify a device? CHECk! Want to use OTP to fight people? CHECK!
4
5
I used: Django (framework), Django Rest Framework (a plugin for REST API), PostgreSQL (database)