supertokens-website
supertokens-website copied to clipboard
feat: header based auth
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 of the session tests and modified them to use headers
Documentation changes
Not yet.
Checklist for important updates
- [ ] Changelog has been updated
- [x]
frontendDriverInterfaceSupported.jsonfile has been updated (if needed)- Along with the associated array in
lib/ts/version.ts
- Along with the associated array in
- [ ] Changes to the version if needed
- In
package.json - In
package-lock.json - In
lib/ts/version.ts
- In
- [x] Had run
npm run build-pretty - [x] Had installed and ran the pre-commit hook
- [x] Issue this PR against the latest non released version branch.
- To know which one it is, run find the latest released tag (
git tag) in the formatvX.Y.Z, and then find the latest branch (git branch --all) whoseX.Yis greater than the latest released tag. - If no such branch exists, then create one from the latest released branch.
- To know which one it is, run find the latest released tag (
Some TODOs will be done in separate PR (removing id-refresh-token)
size-limit report 📦
| Path | Size |
|---|---|
| lib/build/bundleEntry.js | 18.43 KB (+6.68% 🔺) |
Will be done in #173