Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: supertokens/supertokens-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e4df1f61855df2a88a7ace232374c23b550aa8a5
Choose a base ref
..
head repository: supertokens/supertokens-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5c0113cd186c8558f3050fb6684f8e8a9319bf21
Choose a head ref
Showing with 64 additions and 60 deletions.
  1. +4 −0 CHANGELOG.md
  2. +1 −1 docs/classes/framework.BaseRequest.html
  3. +1 −1 docs/classes/framework.BaseResponse.html
  4. +1 −1 docs/classes/index.default.html
  5. +1 −1 docs/classes/ingredients_emaildelivery.default.html
  6. +1 −1 docs/classes/ingredients_smsdelivery.default.html
  7. +1 −1 docs/classes/recipe_dashboard.default.html
  8. +1 −1 docs/classes/recipe_emailpassword.default.html
  9. +1 −1 docs/classes/recipe_emailverification.default.html
  10. +1 −1 docs/classes/recipe_jwt.default.html
  11. +1 −1 docs/classes/recipe_openid.default.html
  12. +1 −1 docs/classes/recipe_passwordless.default.html
  13. +1 −1 docs/classes/recipe_session.default.html
  14. +1 −1 docs/classes/recipe_thirdparty.default.html
  15. +1 −1 docs/classes/recipe_thirdpartyemailpassword.default.html
  16. +1 −1 docs/classes/recipe_thirdpartypasswordless.default.html
  17. +1 −1 docs/classes/recipe_usermetadata.default.html
  18. +1 −1 docs/classes/recipe_userroles.default.html
  19. +1 −1 docs/interfaces/framework_awsLambda.SessionEvent.html
  20. +1 −1 docs/interfaces/framework_awsLambda.SessionEventV2.html
  21. +1 −1 docs/interfaces/framework_express.SessionRequest.html
  22. +1 −1 docs/interfaces/framework_fastify.SessionRequest.html
  23. +1 −1 docs/interfaces/framework_hapi.SessionRequest.html
  24. +1 −1 docs/interfaces/framework_koa.SessionContext.html
  25. +1 −1 docs/interfaces/framework_loopback.SessionContext.html
  26. +2 −2 docs/interfaces/recipe_session.SessionContainer.html
  27. +1 −1 docs/interfaces/recipe_session.VerifySessionOptions.html
  28. +1 −1 docs/modules/framework.html
  29. +1 −1 docs/modules/framework_awsLambda.html
  30. +1 −1 docs/modules/framework_express.html
  31. +1 −1 docs/modules/framework_fastify.html
  32. +1 −1 docs/modules/framework_hapi.html
  33. +1 −1 docs/modules/framework_koa.html
  34. +1 −1 docs/modules/framework_loopback.html
  35. +1 −1 docs/modules/index.html
  36. +1 −1 docs/modules/recipe_dashboard.html
  37. +1 −1 docs/modules/recipe_emailpassword.html
  38. +1 −1 docs/modules/recipe_emailverification.html
  39. +1 −1 docs/modules/recipe_jwt.html
  40. +1 −1 docs/modules/recipe_openid.html
  41. +1 −1 docs/modules/recipe_passwordless.html
  42. +5 −5 docs/modules/recipe_session.html
  43. +1 −1 docs/modules/recipe_thirdparty.html
  44. +1 −1 docs/modules/recipe_thirdpartyemailpassword.html
  45. +1 −1 docs/modules/recipe_thirdpartypasswordless.html
  46. +2 −2 docs/modules/recipe_usermetadata.html
  47. +1 −1 docs/modules/recipe_userroles.html
  48. +1 −1 lib/build/recipe/dashboard/api/signOut.js
  49. +1 −1 lib/build/version.d.ts
  50. +1 −1 lib/build/version.js
  51. +1 −1 lib/ts/recipe/dashboard/api/signOut.ts
  52. +1 −1 lib/ts/version.ts
  53. +2 −2 package-lock.json
  54. +1 −1 package.json
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [13.1.1] - 2023-02-24

- Refactor dashboard recipe to use auth mode instead of manually checking for api key

## [13.1.0] - 2023-02-22

- Adds APIs and logic to the dashboard recipe to enable email password based login
Loading