-
Notifications
You must be signed in to change notification settings - Fork 3
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
fixing login with 2fa #437
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #437 +/- ##
==========================================
Coverage ? 31.23%
==========================================
Files ? 87
Lines ? 4213
Branches ? 1233
==========================================
Hits ? 1316
Misses ? 2866
Partials ? 31 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
736e2d4
to
8392ff9
Compare
8392ff9
to
6274095
Compare
6274095
to
736c1cb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job
PR Description
This pull request fixes issue raised on login with two factor authentication
Description of tasks that were expected to be completed
I changed the secret value to match the value of secret key in user helper. also i removed two way verification token from response, and a user is not prompted to enter two way verification token while logging in with otp
Functionality
Login and enable two factor authentication you will be sent a notification email. try to Login an email with an otp code will be sent in your response .then loginWithTwoFactorAuthentication provide an otp code and your email
How has this been tested?
Tested using graphql appolo server