supertokens-node
Version:
NodeJS driver for SuperTokens core
11 lines (7 loc) • 479 B
Markdown
- enableAntiCsrf as config parameter in session recipe
- enableAntiCsrf boolean in session create,verify and refresh APIs if CDI version is 2.6
- cookieSecure to true by default if the apiDomain has https
- if the apiDomain and websiteDomain values are different (no common top level domain), then cookieSameSite will be set to none by default, else set it to lax
- Fixed https://github.com/supertokens/supertokens-node/issues/63