supertokens-node
Version:
NodeJS driver for SuperTokens core
7 lines (4 loc) • 471 B
Markdown
## [16.7.0] - 2023-12-22
- Add session util functions `withSession`, `getSSRSession` and `withPreParsedRequestResponse` for Next.js App directory.
- Previously, the custom framework's `errorHandler` callback function was invoked only upon encountering an error. This behavior has been rectified, and now the callback is invoked in both error and success cases.
- Added user creation apis on dashboard recipe to create Emailpassword and Passwordless recipe users.