meteor-two-factor icon indicating copy to clipboard operation
meteor-two-factor copied to clipboard

🔐 Two factor authentication package for accounts-password

Results 5 meteor-two-factor issues
Sort by recently updated
recently updated
newest added

I've got meteor-two-factor working, it's great -- but I need to have a person be able to log in without 2FA. I've gone over this and tried a bunch of...

If the user reloads the Page the code is invalid. What about saving auth state in localStorage?

Hello! I found your package very useful, thank you for it! But I got a problem I can't find a way to solve. For created user instead of **logginWithPassword** after...

Problem. If there is a delay with code delivery user requests new code which replaces the old one. When user tries to enter first code, login attempt fails. Solution: provide...

- [x] 1. The getAuthCode `user` argument should be object with `username` or `email` property. Cause current way deny us to use `@` in username. - [ ] 2. Add...

enhancement