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

Node SDK for SuperTokens core

Results 117 supertokens-node issues
Sort by recently updated
recently updated
newest added

For all the frameworks that we support. At the moment, we only have an [express example](https://github.com/supertokens/supertokens-node/tree/master/examples/express/with-thirdpartyemailpassword). It would be helpful to add examples for other frameworks too. We support: -...

- This would be useful for someone making a mobile app - Maybe we should add another field for that instead of calling it websiteDomain. We can call it something...

We can optimize it by allowing the user to specify the CDI / API version to use - this way, we can skip on request to the core on each...

This will prevent users having to override the sign up API in case they only override the email exists API.

- Make the delete user function go through the customisations of the dev - Make non auth recipes accept s `doesUserExist(userId)` function which can be used to determine if a...

If a user does `ThirdPartyEmailPassword.init` and `EmailPassword.init` in their app, then if an error is thrown from `ThirdPartyEmailPassword > EmailPassword`, the `fromRecipe` of that will have `"emailpassword"`. In the error...

- This app should not have all the frameworks required (just one of them - perhaps express). - We want this app to use the currently tested SDK and compile...

- Right now, devs only have a `userId` when overriding the `createNewSession` function. - This means that if someone wants to set the oauth2's access token inside the session, they...