meteor-two-factor
meteor-two-factor copied to clipboard
Feature: resend auth code
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 option to send the same code again.
Changes:
- added new client side API method resendAuthCode
- added meteor method accordingly
- refactored server methods