supertokens-node
Version:
NodeJS driver for SuperTokens core
8 lines (4 loc) • 345 B
Markdown
- Fixed an issue when using Apple as a third party provider with our NextJs integration.
- Added a compatibility layer into `BaseRequest` to handle the form data parser returning `FormData` instead of the raw parsed object. This is to address/fix the above issues, possibly present in other frameworks.