2016-10-08
1.0.0
Shinpei Yamanaka
9.1.603.0
All
.NET
Applications, Plug-ins
[Overview]
You can easily implement the TOTP(Time-Based One-Time Password) authentication in your app.
[Detail]
EasyOTP allows for an additional level of security by adding a 2-Step verification login in addition to the password you would normally use.
- EasyOTP (extension) : utilizing a secret key it creates a one-time password. Input=secret key. Output=one-time password.
- EasyTOTP (module) : this is a sample template. Customize it to fit your needs.
L UserSecretKey (Entity) : the secret key will appear here in the sample after the authentification process is complete.