This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
Releases: clerk/clerk-sdk-node
Releases · clerk/clerk-sdk-node
Auth v2
This release introduces the new networkless middleware which works with the new
authentication scheme, Auth v2.
It is backwards-incompatible with applications using Auth v1.
- [BREAKING]: In order to use this version, you must set the authVersion prop
accordingly in your frontend: Clerk.load({authVersion: 2})
For more information on Auth v2, please refer to
https://docs.clerk.dev/main-concepts/auth-v2.
External Account type updated, dependencies bumped
- chore: bump further dependencies e0270f5
- chore: bump dependencies d29fc4c
- Merge pull request #23 from clerkinc/generic-external-accounts-type e559867
- feat: Support the new generic payload for ExternalAccountJSON 79b6001
- Merge pull request #21 from clerkinc/igneel64/readme-link-updates e0a5ddd
- fix: README link fixes & formatting 6ddace8
User filtering by email addresses & phone numbers
v0.4.1
v0.4.0
- Bump version to 0.4.0 e9de10d
- feat: When verifying session token without session id, use retrieve client's sessions 30e51fa
- Merge pull request #15 from clerkinc/yourtallness/express_strict_middleware 21341be
- feat: Make onError middleware option affect middleware behaviour, expose a strict middleware variant for parity with the Next case 646703a
Abstracted handling of external accounts (google, fb), improvements for metadata (de)serialization
- Merge pull request #14 from clerkinc/yourtallness/external_account_support 9117769
- feat: abstract google & facebook account as external_accounts, fix (de)serialization for public & private metadata 0a9d071
- Merge pull request #13 from clerkinc/cs/addparamstouserlist 8771fd7
- Bump to 0.2 552f33f
- Add offset and limit to getUserList 32a75fe
v0.1.0
- Merge pull request #11 from clerkinc/yourtallness/export_resource_types 56ef34e
- refactor: restructure resource definitions add test coverage for sub-apis d52f226
- fix: export resource types so that IDEs can pick up the definitions 546ef42
- feat: Allow user update to modify user custom attributes 07c51a1
Make middleware options optional
- fix: make middleware options optional (sic) f395b51
Zero configuration mode
v0.0.3
- Merge pull request #8 from clerkinc/expose_default_instance b4994c8
- test: setup jest, add some very basic tests for the Clerk object c5e7539
- feat: provide a singleton Clerk instance as the the default export, allow usage of a sub-api directly, make all options configurable in a consistent manner 82c5354
- docs: add a TOC 02c68ec
- Merge pull request #7 from clerkinc/sdk_improvements c545153
- feat: add logger with standard log levels (info, debug, warn, error), togglable by ENV var, off by default b698092