supertokens-node
supertokens-node copied to clipboard
Node SDK for SuperTokens core
- [ ] Adding global claim validators on the frontend is not that useful - cause you still have to do checks and handle errors on each route using Session.validateClaim...
There might be a race condition in - https://github.com/supertokens/supertokens-node/blob/33988ca203ceaab0559699fce22e5536f551cbef/lib/ts/recipe/dashboard/api/usersGet.ts#L114 - https://github.com/supertokens/supertokens-node/blob/f246df42c2b3f270b27b9e53dfc1486498b83506/lib/ts/recipe/dashboard/api/usersGet.ts where userContext may be modified in parallel
## Summary of change add initial interface for oauth2 recipe ## Related issues - ## Test Plan N/A ## Documentation changes N/A ## Checklist for important updates - [ ]...
- [ ] Able to add auth endpoint automatically - [ ] Able to do CORS and gateway config automatically - [ ] No need to create explicit express app...
close https://github.com/supertokens/supertokens-node/issues/413 close https://github.com/supertokens/supertokens-node/issues/459 - dynamic build -> export `dist` - pnpm support - esm, cjs support
When setting websiteDomain to `http://127.0.0.1:5173` and apiDomain to `http://localhost:3001`, then cookieSameSite is resolved to `lax`, but it should actually resolve to `none`, and not allow the user to sign in...
close #413 close #459 close #360 close #299 It includes major structural changes. - [x] tsup build system - [x] fix ts export paths again - [x] eslint support -...
**What is the issue:** Hello. I'm trying to test sharing cookies between multiple subdomains on my local machine with a self hosted Supertokens instance following the guides in documentation ([share-sessions-across-sub-domains](https://supertokens.com/docs/session/common-customizations/sessions/share-sessions-across-sub-domains)...
Hi, New to Supertokens, I'm implementing a backend API with Auth, and was sort of surprised of the code architectural / API choices for supertokens-node. I'll try to make it...
Removes [loader-utils](https://github.com/webpack/loader-utils). It's no longer used after updating ancestor dependency [next](https://github.com/vercel/next.js). These dependencies need to be updated together. Removes `loader-utils` Updates `next` from 11.1.3 to 13.0.3 Release notes Sourced from...