Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New totp every function call #136

Open
digitalml opened this issue Feb 12, 2021 · 2 comments
Open

New totp every function call #136

digitalml opened this issue Feb 12, 2021 · 2 comments

Comments

@digitalml
Copy link

I'm trying to create a time based one time password in node that is new every single time totp is called... (secret is the same every time from env file)... I need the verify window to be 5 mins...

The problem i am having is that I get duplicates. I assume this is because step = 30 by default and only a new totp will be generated every 30 seconds? I tried to set it to 0, that didn't work. I tried 1 and i do get a new key everyone one second but if I call it more times than once a second i get duplicates.

Can someone please tell me on how to get a new totp every single call but still have it valid for 5 mins on verify?

@kunalm8470
Copy link

@digitalml did you find a solution for this ?

@digitalml
Copy link
Author

@kunalm8470 I ended up appending the users login id to the secret code each time so it was always different but I could still decode it. this was unique enough for my purposes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants