supertokens-node
Version:
NodeJS driver for SuperTokens core
13 lines (9 loc) • 677 B
Markdown
## [8.1.0] - 2021-10-29
### Added
- Support for FDI 1.10:
- Allow thirdparty `/signinup POST` API to take `authCodeResponse` XOR `code` so that it can supprt OAuth via PKCE
- Adds apple sign in callback API
- Optional `getRedirectURI` function added to social providers in case we set the `redirect_uri` on the backend.
- Adds optional `isDefault` param to auth providers so that they can be reused with different credentials.
- Verifies ID Token sent for sign in with apple as per https://developer.apple.com/documentation/sign_in_with_apple/sign_in_with_apple_rest_api/verifying_a_user
- `sendHTMLResponse` and `getFormData` functions for frameworks