Skip to content
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 34 commits into from
Dec 13, 2023
Merged

fix: Merge with latest #762

merged 34 commits into from
Dec 13, 2023

Conversation

sattvikc
Copy link
Collaborator

Summary of change

(A few sentences about this PR)

Related issues

  • Link to issue1 here
  • Link to issue1 here

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

  • Changelog has been updated
  • coreDriverInterfaceSupported.json file has been updated (if needed)
    • Along with the associated array in lib/ts/version.ts
  • frontendDriverInterfaceSupported.json file has been updated (if needed)
  • Changes to the version if needed
    • In package.json
    • In package-lock.json
    • In lib/ts/version.ts
  • Had run npm run build-pretty
  • Had installed and ran the pre-commit hook
  • If new thirdparty provider is added,
    • update switch statement in recipe/thirdparty/providers/configUtils.ts file, createProvider function.
    • add an icon on the user management dashboard.
  • Issue this PR against the latest non released version branch.
    • To know which one it is, run find the latest released tag (git tag) in the format vX.Y.Z, and then find the latest branch (git branch --all) whose X.Y is greater than the latest released tag.
    • If no such branch exists, then create one from the latest released branch.
  • If have added a new web framework, update the add-ts-no-check.js file to include that
  • If added a new recipe / api interface, then make sure that the implementation of it uses NON arrow functions only (like someFunc: function () {..}).
  • If added a new recipe, then make sure to expose it inside the recipe folder present in the root of this repo. We also need to expose its types.

Remaining TODOs for this PR

  • Item1
  • Item2

porcellus and others added 30 commits October 25, 2023 11:35
* 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
* fix: LinkedIn OAuth

* Update changelog
* 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
bhumilsarvaiya and others added 4 commits December 12, 2023 16:44
* ci/cd changes to fetch latest dependency core/driver/frontend

* review changes

* review changes

* code review changes

---------

Co-authored-by: Rishabh Poddar <[email protected]>
@sattvikc sattvikc self-assigned this Dec 13, 2023
@sattvikc sattvikc merged commit 328c28f into feat/mfa/base Dec 13, 2023
4 of 14 checks passed
@sattvikc sattvikc deleted the merge-with-latest branch December 13, 2023 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants