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

13
13

18.0.2

Diff

Changelog

Source

[18.0.2] - 2024-02-23

Fixes

  • Fix the type of the builder object the function override callback gets. It is not longer optional.
supertokens
published 18.0.1 •

Changelog

Source

[18.0.1] - 2024-02-06

Fixes

  • Fix an issue that caused attemptRefreshingSession to throw in some cases when getting a 401 response from the refresh endpoint
supertokens
published 18.0.0 •

Changelog

Source

[18.0.0] - 2024-01-18

Breaking Changes

  • The default DateProvider implementation relies on localStorage. If your environment lacks support for localStorage, you must provide custom implementations for either the DateProvider or localStorage.

Added

  • Added a DateProvider, that both built-in and custom validators can use instead of Date.now to get an estimate of the server clock.
  • Added the dateProvider prop to the configuration that can be used to customize the built-in DateProvider.
  • Added getClockSkewInMillis as an overrideable function that estimates the time difference between the backend and the client.
  • Added a test to check that relative URLs get intercepted correctly
supertokens
published 17.0.5 •

Changelog

Source

[17.0.5] - 2024-01-03

Fixes

  • Fix typo in debug logging
supertokens
published 17.0.4 •

Changelog

Source

[17.0.4] - 2023-09-24

Test changes

  • Split some test suites into multiple files to help with test parallelization
supertokens
published 17.0.3 •

Changelog

Source

[17.0.3] - 2023-09-XX

Changes

  • Added 1.18 to supported FDI versions
supertokens
published 17.0.2 •

Changelog

Source

[17.0.2] - 2023-07-19

Changes

  • Added 1.17 to supported FDI versions
supertokens
published 17.0.1 •

Changelog

Source

[17.0.1] - 2023-07-04

Changes

  • Added shouldDoInterceptionBasedOnUrl as an overrideable function to the recipe interface

Fixes

  • Fixed an issue where the Authorization header was getting removed unnecessarily
supertokens
published 17.0.0 •

Changelog

Source

[17.0.0] - 2023-06-07

Breaking changes

  • Made SessionClaimValidator a type instead of an abstract class
supertokens
published 16.0.10 •

Changelog

Source

[16.0.10] - 2023-05-19

Fixes

  • Always clearing locally stored access and refresh tokens if the front-token is removed to handle proxies omitting empty headers
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