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

Bump supertokens-node from 13.1.2 to 14.1.2 in /server #95

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 26, 2023

Bumps supertokens-node from 13.1.2 to 14.1.2.

Release notes

Sourced from supertokens-node's releases.

v14.1.2

What's Changed

Full Changelog: supertokens/supertokens-node@v14.1.1...v14.1.2

v14.1.0

What's Changed

Full Changelog: supertokens/supertokens-node@v14.0.2...v14.1.0

v14.0.2

What's Changed

Full Changelog: supertokens/supertokens-node@v14.0.1...v14.0.2

v14.0.0

What's Changed

Full Changelog: supertokens/supertokens-node@v13.6.0...v14.0.0

v13.5.0

What's Changed

New Contributors

Full Changelog: supertokens/supertokens-node@v13.4.2...v13.5.0

v13.4.1

What's Changed

Full Changelog: supertokens/supertokens-node@v13.4.0...v13.4.1

v13.4.0

... (truncated)

Changelog

Sourced from supertokens-node's changelog.

[14.1.2] - 2023-06-07

Fixes

  • Fixed email templates to fix an issue with styling on some email clients

Changes

  • Minor internal refactors & additional tests
  • Now assuming latest token version if the claim is missing from the header
  • Make verifySession send the appropriate response instead of throwing (and sending 500) if session validation fails in koa, hapi and loopback (already happening in other frameworks).

[14.1.1] - 2023-05-24

Added

  • Adds additional debug logs whenever the SDK throws a TRY_REFRESH_TOKEN or UNAUTHORISED error to make debugging easier

[14.1.0] - 2023-05-23

Changes

  • Added a new getRequestFromUserContext function that can be used to read the original network request from the user context in overridden APIs and recipe functions

[14.0.2] - 2023-05-11

Changes

  • Made the access token string optional in the overrideable getSession function
  • Moved checking if the access token is defined into the overrideable getSession function

[14.0.1] - 2023-05-11

  • Fixes an issue where API key based login with dashboard would return invalid API key even if the entered API key was valid

[14.0.0] - 2023-05-04

Breaking Changes

  • Added support for CDI version 2.21
  • Dropped support for CDI version 2.8-2.20
  • Changed the interface and configuration of the Session recipe, see below for details. If you do not use the Session recipe directly and do not provide custom configuration, then no migration is necessary.
  • getAccessTokenPayload will now return standard (sub, iat, exp) claims and some SuperTokens specific claims along the user defined ones in getAccessTokenPayload.
  • Some claim names are now prohibited in the root level of the access token payload
    • They are: sub, iat, exp, sessionHandle, parentRefreshTokenHash1, refreshTokenHash1, antiCsrfToken
    • If you used these in the root level of the access token payload, then you'll need to migrate your sessions or they will be logged out during the next refresh
    • These props should be renamed (e.g., by adding a prefix) or moved inside an object in the access token payload
    • You can migrate these sessions by updating their payload to match your new structure, by calling mergeIntoAccessTokenPayload
  • New access tokens are valid JWTs now
    • They can be used directly (i.e.: by calling getAccessToken on the session) if you need a JWT

... (truncated)

Commits
  • c1aa457 adding dev-v14.1.2 tag to this commit to ensure building
  • 95aed2c test fix (#591)
  • 83dd12e adding dev-v14.1.2 tag to this commit to ensure building
  • b308bad fix: try to apply the error handler in verifySession before throwing in koa h...
  • 74762ca test fixes
  • f1e7316 adding dev-v14.1.2 tag to this commit to ensure building
  • 249be4b feat: email verify template updated (#570)
  • 7a488e1 adding dev-v14.1.2 tag to this commit to ensure building
  • accaf6e bumps version
  • ecd0a84 test: add jwk-cache related tests (#578)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [supertokens-node](https://github.com/supertokens/supertokens-node) from 13.1.2 to 14.1.2.
- [Release notes](https://github.com/supertokens/supertokens-node/releases)
- [Changelog](https://github.com/supertokens/supertokens-node/blob/master/CHANGELOG.md)
- [Commits](supertokens/supertokens-node@v13.1.2...v14.1.2)

---
updated-dependencies:
- dependency-name: supertokens-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants