repositorypackage
0.0.0-20240815120438-f2f486b71169
Repository: https://github.com/fibrasek/2fa_go.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# README
2FA Go
This is just a a small test implementation of 2FA OTP authentication in Go using pquerna/otp.
Improvements
Since it is a initial test, the idea is to port this to use the Encore framework instead of Gin :)
Other improvents include:
- Validate the entirety of the payload;
- Hash password;
- Add QR code generation;
- Add recovery phrases for recovery;
- ...