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

12.2.0

Diff

Changelog

Source

[12.2.0] - 2022-06-25

  • Adds new FDI support (1.14)
supertokens
published 12.1.0 •

Changelog

Source

[12.1.0] - 2022-06-15

Changed

  • Calling SuperTokens.signOut now throws STGeneralError if the API responds with a general error status
supertokens
published 12.0.0 •

Changelog

Source

[12.0.0] - 2022-06-02

  • Adds tests for custom cookie and window handlers

Added

  • You can now configure a postAPIHook when calling SuperTokens.init to subscribe to and handle to network responses

Breaking changes

  • Adds user context to all functions exposed to the user, and to API and Recipe interface functions. This is a non breaking change for User exposed function calls, but a breaking change if you are using the recipe override feature.
  • All recipe functions now accept an object (instead of inidividual parameters), this is a breaking change only if you are using the override feature.
  • Recipe functions no longer accept the config parameter, this is a breaking change if you are using the override feature
  • Renames properties for windowHandler
    • getLocalStorage -> RENAMED to localStorage
    • getSessionStorage -> RENAMED to sessionStorage
  • windowHandler uses a new interface type for localStorage and sessionStorage
supertokens
published 11.0.2 •

Changelog

Source

[11.0.2] - 2022-05-14

  • Updates debug log message
supertokens
published 11.0.1 •

Changelog

Source

[11.0.1] - 2022-05-13

  • Adds debug logs
supertokens
published 11.0.0 •

Changelog

Source

[11.0.0] - 2022-05-11

  • Add the ACCESS_TOKEN_PAYLOAD_UPDATED event
supertokens
published 10.1.0 •

Changelog

Source

[10.1.0] - 2022-05-10

Adds

  • A new config property cookieHandler that allows for custom handling when the SDK reads/writes cookies
  • A new config property windowHandler that allows for custom handling when the SDK uses any functions from the Window API.
supertokens
published 10.0.11 •

Changelog

Source

[10.0.11] - 2022-04-28

  • For electron apps, prod build, we now handle window.location.hostname being an empty string.
supertokens
published 10.0.10 •

Changelog

Source

[10.0.10] - 2022-04-10

Fixes

  • Setting headers in first param of fetch (https://github.com/supertokens/supertokens-website/issues/116)
supertokens
published 10.0.9 •

Changelog

Source

[10.0.9] - 2022-03-18

Adds

  • New FDI support (v1.13)
  • Workflow to verify if pr title follows conventional commits
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