Conversation
|
Thanks for working on adding the 2FA OTP support. Most of the PR LGTM, however, the jsOTP file is minified and thus difficult to review. |
|
Hey Karan, I apologize for poor naming of properties. Based on that secret key and current time of the system it will generate a 6-digit OTP which is done by You can play around this at https://piellardj.github.io/totp-generator/ Thank you reviewing my PR, let me know if I you want to clean up, especially what my auto-formatter did. :) |
|
Oh I am sorry to miss jsOTP part. On it. |
|
Thanks, good stuff! Looks like you got the OTP generation JS from somewhere which is not a problem (you don't have to include a non-minified jsOTP). |
|
Hey, I am so sorry. My ADHD isn't helping me here lol. No user will use the same key as their existing 2FA (copy from their existing password or 2fa manager). |
No description provided.