supertokens-website icon indicating copy to clipboard operation
supertokens-website copied to clipboard

Frontend SDK for SuperTokens - for session management + automatically refreshing sessions

Results 40 supertokens-website issues
Sort by recently updated
recently updated
newest added

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) to 2.6.9 and updates ancestor dependencies [node-fetch](https://github.com/node-fetch/node-fetch), [isomorphic-fetch](https://github.com/matthew-andrews/isomorphic-fetch) and [puppeteer](https://github.com/puppeteer/puppeteer). These dependencies need to be updated together. Updates `node-fetch` from 1.7.3 to 2.6.9 Release notes Sourced from node-fetch's...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimatch` from 3.0.4 to 3.1.2 Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d...

dependencies

Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimist` from 1.2.5 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09...

dependencies

Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `flat` from 4.1.1 to 5.0.2 Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.15.2. Commits 9655237 Release version 1.15.2 of the npm package. 6e2b86d Default to localhost if no host given. 449e895 Throw invalid URL error on relative...

dependencies

Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.5.1 to 9.0.0. Changelog Sourced from jsonwebtoken's changelog. 9.0.0 - 2022-12-21 Breaking changes: See Migration from v8 to v9 Breaking changes Removed support for Node versions 11...

dependencies

Current problems: - There is a lot of repeated code between interceptors - The current implementation is hard to change - `fetch.ts` contains multiple classes with lots of separate responsibilites...

When using header-based sessions we can entirely ignore front-token. This will make it easier to create custom backend implementations in case our backend SDK is not available for the stack...

## Summary of change test: improve test stability on slower backends ## Related issues - Link to issue1 here - Link to issue1 here ## Test Plan (Write your test...