supertokens-node
supertokens-node copied to clipboard
Node SDK for SuperTokens core
An example of a description: ```js /** * @description: It provides no locking mechanism in case other processes are updating session data for this session as well. * @sideEffect may...
- We expect it to match: https://datatracker.ietf.org/doc/html/rfc7009 - It should forward the token to the core which will handle revocation in db - Also add a related index function (to...
## Summary of change Update library to support [Cloudflare Workers](https://developers.cloudflare.com/workers/runtime-apis/nodejs/) (WorkerD/Edge) runtime plus potentially other edge runtimes. To make the library work a few changes were needed: 1. No global...
## Summary of change (A few sentences about this PR) ## Related issues - Link to issue1 here - Link to issue1 here ## Test Plan (Write your test plan...
## Summary of change TODO ## Related issues - https://github.com/supertokens/anomaly-detection-service/issues/1 ## Test Plan TODO ## Documentation changes TODO ## Checklist for important updates - [ ] Changelog has been updated...
As a recent contributor to this project, I encountered significant challenges setting up the development environment on my Windows system. The setup process required installing WSL/Ubuntu and downloading Java for...
The following code causes this ts error: `Argument of type 'UserMeta' is not assignable to parameter of type 'JSONObject'. Index signature for type 'string' is missing in type 'UserMeta'` ```ts...
## Summary of issue - Devs calling `updateEmailOrPassword` function or `manuallyCreateOrUpdateUser` (third party recipe) function do not get the security checks associated with the `isEmailChangeAllowed` function. They have to remember...
Appears SuperTokens depends on Nodemailer for SMTP delivery (standard SMTP server)? Defining SMTP server info using the passwordless example results in: Error: The edge runtime does not support Node.js 'stream'...
## Summary of change (A few sentences about this PR) ## Related issues - Link to issue1 here - Link to issue1 here ## Test Plan (Write your test plan...