supertokens-website
supertokens-website copied to clipboard
Frontend SDK for SuperTokens - for session management + automatically refreshing sessions
### Issue I copy paste the code blocks (partial or full) like this:  This is the result of paste:  I tested this on same OS by using chrome....
Add a test for #169
## When using cookie based auth - No supertokens.init called - apiDomain set on the frontend doesn't match the actual API domain - so the interceptor is not called. -...
The events received by listeners added through `addEventListener` have the wrong target. Ideally, we should forward the same events and implement our own callback instead of using the built-in `EventTarget`...
- Limit the maximum number of retries on unauthorised response - This should only matter in case the backend returns a 401 even after a session refresh - This points...
## Summary of change Implement header based auth ## Related issues - ## Test Plan - Made sure old test-cases still ran without change for backwards compatibility - Copied much...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) to 2.6.7 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.7 Release notes Sourced from node-fetch's...
Bumps [yargs-parser](https://github.com/yargs/yargs-parser) and [mocha](https://github.com/mochajs/mocha). These dependencies needed to be updated together. Updates `yargs-parser` from 11.1.1 to 13.1.2 Changelog Sourced from yargs-parser's changelog. 15.0.0 (2019-10-07) Features rework collect-unknown-options into unknown-options-as-args, providing...
Bumps [minimist](https://github.com/substack/minimist) and [mocha](https://github.com/mochajs/mocha). These dependencies needed to be updated together. Updates `minimist` from 1.2.5 to 1.2.6 Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto...
Bumps [jose](https://github.com/panva/jose) from 2.0.5 to 2.0.6. Release notes Sourced from jose's releases. v2.0.6 Fixes limit default PBES2 alg's computational expense (c1512be) Changelog Sourced from jose's changelog. 2.0.6 (2022-09-01) Bug Fixes...