supertokens-node
Version:
NodeJS driver for SuperTokens core
17 lines (11 loc) • 776 B
Markdown
## [4.2.0] - 2021-03-09
### Added
- Optimization for serverless execution
- Config to enable serverless optimisation
- apiWebProxyPath config added. This will allow user to config proxy path which would be used by browser while making request to the api-server. This enables to set correct value for the refreshTokenPath.
### Changed
- allowing empty string to be passed in request body
- doAntiCsrfCheck parameter for getSession in FaunaDB is now optional
- Sign out API for session recipe
- verifySession now accepts an object as a parameter. Two valid parameters are sessionRequired and antiCsrfCheck. sessionRequired can be by user if they intends to make the session requirement optional for the API.
- Allows ";" at the end of connectionURI to core