lescuer97/2fa_login

ADDING TOTP (RESEARCH)

Opened this issue · 1 comments

  1. Read the RFC 6238.
  2. Search for libraries already available for use (Rust or C++. Preferably C++)
  3. Decide if it would be better for security to use an already available library (this is probably the right answer) or implement it y self

The protocol is fairly simple and could be implemented from the ground up, but as it normally goes that would be dumb because there seems to be a couple of libraries that do the work,