supertokens-node
supertokens-node copied to clipboard
Node SDK for SuperTokens core
Package: "supertokens-web-js": "^0.9.1", (node:77336) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use `node --trace-deprecation ...` to show where the warning was created)
While there is a guide for how supertokens work with Fastify, there aren't any guides to integrating supertokens with NestJS when using Fastify. Having one would help a lot. Thanks.
- [x] Allow multiple websiteDomains. Right now we accept just one value, which causes issues when sharing the same backend for multiple frontends (dev env, testing env) - We should...
🐛 Bug Report I am using a NodeJS backend and using the ThirdPartyEmailPassword recipe. We use Cisco Duo which has an OIDC discovery endpoint. The OIDC endpoint is case-senstive and...
One comment per provider, feel free to upvote for the ones you'd like to see implemented first or add new ones. Whilst we add support for the below, in the...
I have some concerns using `SuperTokens` with a `NestJS` app. Currently `SuperTokens` sdk is used as a `middleware`. This is also described in the `NestJS` integration documentation of `SuperTokens`. However...
Consider a case where one OAuth provider has multiple config with different `clientType` but providers have only one config. Since, the frontend client has setup the `clientType` in the global...
This causes an error: `Module not found: Can't resolve 'zlib'` (same for querystring and crypto) during building and running in dev mode. Reproduction: Using our nextjs example, add ``` export...
Currently if you revoke the session in a `refreshSession` function override it still returns 200 and sets the session tokens in the response, while doing the same in the API...
Deno is becoming an increasingly popular 'js' framework. It would be useful to see an example of using Deno with SuperToken authentication. Many thanks Stephen