supertokens-node
Version:
NodeJS driver for SuperTokens core
19 lines (11 loc) • 900 B
Markdown
- Added userId as an optional property to the response of `recipe/user/password/reset` (compatibility with CDI 2.12).
- Fixes https://github.com/supertokens/supertokens-node/issues/244 - throws an error if a user tries to update email / password of a third party login user.
- Adds ability to give a path for each of the hostnames in the connectionURI: https://github.com/supertokens/supertokens-node/issues/252
- add workflow to verify if pr title follows conventional commits
- Added `regenerateAccessToken` as a new recipe function for the session recipe.
- Allows passing of custom user context everywhere: https://github.com/supertokens/supertokens-node/issues/215
- Returns session object from API interface functions which create a new session: https://github.com/supertokens/supertokens-node/issues/215