-
Couldn't load subscription status.
- Fork 14
feat: adds addtional function for userIdmapping #41
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
Merged
Conversation
This file contains hidden or 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
rishabhpoddar
suggested changes
Aug 2, 2022
src/main/java/io/supertokens/pluginInterface/useridmapping/UserIdMappingStorage.java
Outdated
Show resolved
Hide resolved
rishabhpoddar
suggested changes
Aug 3, 2022
src/main/java/io/supertokens/pluginInterface/useridmapping/UserIdMappingStorage.java
Outdated
Show resolved
Hide resolved
rishabhpoddar
suggested changes
Aug 8, 2022
src/main/java/io/supertokens/pluginInterface/nonAuthRecipe/NonAuthRecipeStorage.java
Outdated
Show resolved
Hide resolved
src/main/java/io/supertokens/pluginInterface/emailverification/EmailVerificationStorage.java
Outdated
Show resolved
Hide resolved
rishabhpoddar
suggested changes
Aug 8, 2022
src/main/java/io/supertokens/pluginInterface/nonAuthRecipe/NonAuthRecipeStorage.java
Show resolved
Hide resolved
rishabhpoddar
suggested changes
Aug 8, 2022
src/main/java/io/supertokens/pluginInterface/nonAuthRecipe/NonAuthRecipeStorage.java
Show resolved
Hide resolved
rishabhpoddar
approved these changes
Aug 9, 2022
rishabhpoddar
approved these changes
Aug 10, 2022
rishabhpoddar
added a commit
that referenced
this pull request
Oct 11, 2022
* adds useridmapping * updates CHANGELOG.md * implements feedback * adds feedback * adds feedback * fixes missing param in interface * adds recipe id * adds equals function to userId mapping * adding dev-v2.16.0 tag to this commit to ensure building * feat: adds addtional function for userIdmapping (#41) * fixes function signiture * implements feedback * fixes comment * implements feedback * plugin fixes * implements feedback * implements feedback * updates CHANGELOG.md and version * adding dev-v2.17.0 tag to this commit to ensure building * feat: Implements log level interface change (#42) * initial changes to the interface * moves log config * updates version * adding dev-v2.18.0 tag to this commit to ensure building * adds log level changes Co-authored-by: rishabhpoddar <rishabh.poddar@gmail.com>
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
(A few sentences about this PR)
Related issues
Checklist for important updates
build.gradlegit tag) in the formatvX.Y.Z, and then find the latest branch (git branch --all) whoseX.Yis greater than the latest released tag.Remaining TODOs for this PR