supertokens-node
supertokens-node copied to clipboard
Node SDK for SuperTokens core
# Overview I would like to see SuperTokens in the [docs](https://elysiajs.com/plugins/overview) of Elysia ### Description I setup it with middleware of express and it has empty body on signin POST...
Hello I have created a NestJS + GraphQL + Supertokens example. I myself had a hard time getting this to run successfully, and I believe others might be in the...
### Description I encountered an issue with the SuperTokens Node SDK when setting up a custom `apiBasePath` in `supertokens.init`. When configuring `apiBasePath` to include `/Dashboard`, the User Management Dashboard's API...
## TL;DR The `isVerified` property derived from `fromUserInfoAPI` is always unconditionally overridden by `fromIdTokenPayload`. ## Background The `userInfoMap` config for a Custom Provider is always given [default values](https://github.com/supertokens/supertokens-node/blob/master/lib/ts/recipe/thirdparty/providers/custom.ts#L132-L145) for the...
## 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...
This would add support for user management that would allow users to change values of their account post login like email, phone number and other properties. [Doc with features research](https://docs.google.com/document/d/1m0zCgli5LjerduEI--zqxns2EVt2d3wsX1uILaKiPvQ/edit?usp=sharing)...
## Summary of change This PR defines the types for API interface for user management related functionality. ## Related issues - #938 ## Test Plan (Write your test plan here....