-
-
Notifications
You must be signed in to change notification settings - Fork 140
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
feat(api): implementing MFA two-factor authentication #3078
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
danyecls
force-pushed
the
feat/mfa
branch
3 times, most recently
from
September 4, 2023 22:17
177be89
to
1476b61
Compare
danyecls
force-pushed
the
feat/mfa
branch
17 times, most recently
from
September 19, 2023 22:52
ecaefcf
to
73b13bc
Compare
danyecls
force-pushed
the
feat/mfa
branch
6 times, most recently
from
September 21, 2023 13:34
6489463
to
97d917e
Compare
danyecls
force-pushed
the
feat/mfa
branch
6 times, most recently
from
November 27, 2023 11:46
bd55629
to
0978326
Compare
gustavosbarreto
force-pushed
the
master
branch
3 times, most recently
from
December 11, 2023 11:49
c01e294
to
b2d4214
Compare
danyecls
force-pushed
the
feat/mfa
branch
7 times, most recently
from
December 18, 2023 12:15
6bc8783
to
2e88bf3
Compare
we made changes to following system functions: AuthUser/AuthUserInfo: We implemented the return of MFA status. AuthGetToken: It adds MFA validation data to the jwt.Token. AuthRequest: Using the data received from the token, it adds MFA validation data to the req.Header. AuthMFA: This is or middleware for MFA based on the MFA status validation. And implement five new store func for MFA.
store functions for the recovery codes method
This commit is aimed to add the new components for a new multi-factor authentication.
to include MFA fields in the users collection
This commit is aimed to add a Vuetify latest input meant for user experience when using the Multi-Factor Authentication.
This commit is aimed to maximize the user experience and responsiveness within the second page of the MFA enable dialog.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.