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

Feature: resend auth code

Open vbelolapotkov opened this issue 7 years ago • 0 comments

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

vbelolapotkov avatar Mar 21 '18 10:03 vbelolapotkov