-
Notifications
You must be signed in to change notification settings - Fork 84
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
fix: Merge with latest #762
Merged
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
* test: fix cross-framework test * docs: fix fastify example
…r logging (#732) * feat: added debug flag in the SuperTokenConfig in the init() for logging * updated changelog and versions * removed unused import * updated build * fix: added config test for debug mode * updated tests * test: updated the test to check for actual log strings * fixes tests * version change * removes unneeded export --------- Co-authored-by: rishabhpoddar <[email protected]>
* feat: added network_interceptor hook this hook can be used to capture all requests sent to the core * updated changelog and bumped version * updated changelog * fix: made userContext last argument * adds missing user context * refactor: make userContext last param in all functions * refactor: make userContext last param in all functions --------- Co-authored-by: rishabhpoddar <[email protected]>
…mail` (#742) * test: adds test for createResetPasswordLink * test: adds test for sendResetPasswordEmail * test: fixes test,to actually test the values in the reset link * test: removed redundant variables
* fix: Cache getJSONBody and getFormData response * fix: Add build * fix: Update version * fix: Move caching logic to BaseRequest class * temp commit - uses fixed version of middy for aws pr test check * undo version change * fix: Use arrow functions --------- Co-authored-by: rishabhpoddar <[email protected]>
* init userroles and permission on dashboard * prog: added new endpoints for handling role and permissions * feat: add permisions handlers * build files * progress * add feature not enabled checks * fix: handle diffrent routes * fixes * use util function provided tenantId * fix wrong request methods and payload access pattern * Add feature not enabled check to all the API's * Fix returing types and merge create update roles to one single api * update getAllRoles api to return non paginated results as well * Updata Changelog and version bump * bump version v16.5.0 * fix: send latest created roles first * change return type * remove default check * add role validation check in permissions api * refactor code * bump version v16.6.0 * fix: version --------- Co-authored-by: rishabhpoddar <[email protected]>
* feat: Remove crypto usage * fixes aws lambda pr check --------- Co-authored-by: rishabhpoddar <[email protected]>
* fixes impl of getBackwardsCompatibleUserInfo * adds tests
Co-authored-by: Rishabh Poddar <[email protected]>
* fix: LinkedIn OAuth * Update changelog * fix: tests
…ler function (#753) * fix(session ts): wrong request session injected into the handler function * feat(version increase): increased * fix(build command): runned * fix(check session): bronken type --------- Co-authored-by: krzysztofwitkowski <[email protected]>
* fix: Normalise connectionURI domain. * bump version v16.6.5 * add test cases * fix: typo
* ci/cd changes to fetch latest dependency core/driver/frontend * review changes * review changes * code review changes --------- Co-authored-by: Rishabh Poddar <[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
(A few sentences about this PR)
Related issues
Test Plan
(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work. Bonus points for screenshots and videos!)
Documentation changes
(If relevant, please create a PR in our docs repo, or create a checklist here highlighting the necessary changes)
Checklist for important updates
coreDriverInterfaceSupported.json
file has been updated (if needed)lib/ts/version.ts
frontendDriverInterfaceSupported.json
file has been updated (if needed)package.json
package-lock.json
lib/ts/version.ts
npm run build-pretty
recipe/thirdparty/providers/configUtils.ts
file,createProvider
function.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.add-ts-no-check.js
file to include thatsomeFunc: function () {..}
).Remaining TODOs for this PR