You are browsing as a guest. Sign up (or log in) to start making projects!

4h 20m 49s logged

I started working in the implementation for 2FA totp code generator. This works because the totp qr code wont change for the account so you can implement it once in the password manager. I updated the tables to show a new 2FA column. The program can now generate a TOTP code if a secret is available. I also started adding QR code support so users can import their 2FA setup instead of entering the secret manually. Right now not every qr code is working and im trying to figure out why for like an hour…

current_code = generate_current_totp(details.get(“totp_secret”, “-”))

Also my muffin head wrote everything in german.. Needed to change it again…

0
1

Comments 0

No comments yet. Be the first!