8000 GitHub - Quelopande/totp-instant-verication-and-registration: It generates a QR code to access the TOTP, and on the same page, the user must enter the TOTP code so the information is registered in the database. This repository shows what an environment would look like for the user to set up the TOTP without the application having to register additional data or the same types of data repeatedly.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

It generates a QR code to access the TOTP, and on the same page, the user must enter the TOTP code so the information is registered in the database. This repository shows what an environment would look like for the user to set up the TOTP without the application having to register additional data or the same types of data repeatedly.

License

Notifications You must be signed in to change notification settings

Quelopande/totp-instant-verication-and-registration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TOTP instant verication and registration

It generates a QR code to access the TOTP, and on the same page, the user must enter the TOTP code so the information is registered in the database. This repository shows what an environment would look like for the user to set up the TOTP without the application having to register additional data or the same types of data repeatedly.

Potential Vulnerabilities

  • Cross-Site Scripting (XSS): They could get access to the TOTP secret
  • Man-in-the-Middle (MitM): They could get access to the TOTP secret using the user's WIFI (the most usual), an VPN that collects data ... The user should use a secure DNS and VPN like cloudflare, but if the user isn't using any protection you should store the secret temporaly or cypher the session.
  • Cross-site request forgery (CSRF): Protect it by validating the form.

Requirement and Notes

About

It generates a QR code to access the TOTP, and on the same page, the user must enter the TOTP code so the information is registered in the database. This repository shows what an environment would look like for the user to set up the TOTP without the application having to register additional data or the same types of data repeatedly.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0