-
Notifications
You must be signed in to change notification settings - Fork 11
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: Introduce MFA recipe in plugin interface #87
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
…testing across dbs
KShivendu
commented
Jun 23, 2023
src/main/java/io/supertokens/pluginInterface/ActiveUsersStorage.java
Outdated
Show resolved
Hide resolved
* refactor: Replace totp not enabled error with unknown device error * chores: Update CHANGELOG * refactor: Remove totp not enabled exception * feat: Add UnknownUserIdException * Replace TotpNotEnabledError with UnknownUserIdTotpError * chores: Update CHANGELOG * fix: rename exception * fix: changelog * fix: new functions for create device --------- Co-authored-by: Sattvik Chakravarthy <[email protected]>
Merge latest
Merge latest
* fix: mfa multitenancy * fix: mfa cleanup * fix: mfa first factor type * fix: mfa first factor type * fix: tenant config json * fix: interfaces changes * fix: tests * fix: config changes * fix: empty line * fix: pr comment * fix: refactor * fix: pr comments * fix: PR comments
* fix: remove totp config and rename fields in tenant config * fix: updated json
* feat: make refresh update the signing key type of sessions * chore: update changelog
* fix: fixes storage handling for non-auth recipes (#140) * fix: non auth stuff * fix: AppIdentifier * fix: interface changes * fix: multitenancy storage * fix: update add user role * fix: cleanup * fix: user role storage updates * fix: user roles * fix: version and changelog * adding dev-v5.0.0 tag to this commit to ensure building --------- Co-authored-by: rishabhpoddar <[email protected]>
* fix: pass appId to getUserIdMappingForSuperTokensIds * fix: versions * fix: changelog
* fix: fixes storage handling for non-auth recipes (#140) * fix: non auth stuff * fix: AppIdentifier * fix: interface changes * fix: multitenancy storage * fix: update add user role * fix: cleanup * fix: user role storage updates * fix: user roles * fix: version and changelog * adding dev-v5.0.0 tag to this commit to ensure building --------- Co-authored-by: rishabhpoddar <[email protected]>
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.
Summary of change
Introduce MFA recipe
Related issues
Checklist for important updates
build.gradle
git tag
) in the formatvX.Y.Z
, and then find the latest branch (git branch --all
) whoseX.Y
is greater than the latest released tag.