Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

supertokens-website

Package Overview
Dependencies
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

supertokens-website - npm Package Versions

1
13

16.0.9

Diff

Changelog

Source

[16.0.9] - 2023-05-05

Changes

  • Updated tests/test server to match new backend version supporting v3 access tokens

Fixes

  • Fixes fetch interceptor calling clone on URL instances
supertokens
published 16.0.8 •

Changelog

Source

[16.0.8] - 2023-04-25

  • Passes windowHandler's localstorage to browser-tabs-lock as well.
supertokens
published 16.0.7 •

Changelog

Source

[16.0.7] - 2023-04-19

  • Relaxes test constraint related to legacy axios interceptor.
supertokens
published 16.0.6 •

Changelog

Source

[16.0.6] - 2023-04-18

Fixes

  • Refactored XMLHttpRequest interceptor to fix a possible issue timing issue: https://github.com/supertokens/supertokens-website/issues/208
supertokens
published 16.0.5 •

Changelog

Source

[16.0.5] - 2023-04-13

Fixes

  • Fixed an issue that could cause an infinite refresh loop in the legacy axios interceptor (explicitly disabling the XHR interceptor) if the access token changed during the request
supertokens
published 16.0.4 •

Changelog

Source

[16.0.4] - 2023-03-29

Changes

  • Switched dependency away from the removed/unpublished mocha-split-tests package
supertokens
published 16.0.3 •

Changelog

Source

[16.0.3] - 2023-03-13

Changes

  • Adding refresh tokens to refresh calls even if access token isn't present to make manual testing easier.
supertokens
published 16.0.2 •

Changelog

Source

[16.0.2] - 2023-03-07

  • Exposed getGlobalClaimValidators function via utils.
supertokens
published 16.0.1 •

Changelog

Source

[16.0.1] - 2023-02-02

Fixes

  • Fixed a rare case where the XHR interceptor didn't handle empty response headers correctly
supertokens
published 16.0.0 •

Changelog

Source

[16.0.0] - 2023-02-01

Breaking changes

  • Only supporting FDI 1.16
  • The backend SDK should be updated to a version supporting the header-based sessions!
    • supertokens-node: >= 13.0.0
    • supertokens-python: >= 0.12.0
    • supertokens-golang: >= 0.10.0
  • Renamed configuration options:
    • sessionScope renamed to sessionTokenFrontendDomain
    • cookieDomain renamed to sessionTokenBackendDomain
  • Added getHost function to the WindowHandlerInterface.

Added

  • Added support for authorizing requests using the Authorization header instead of cookies
    • Added tokenTransferMethod config option
    • Check out https://supertokens.com/docs/thirdpartyemailpassword/common-customizations/sessions/token-transfer-method for more information
  • Added includesAny validator to Primitive Array claims.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc