Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Releases: clerk/clerk-sdk-node

Auth v2

21 Oct 10:24
Compare
Choose a tag to compare

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

28 Jul 11:06
Compare
Choose a tag to compare
  • 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

v0.5.0...v0.5.1

User filtering by email addresses & phone numbers

17 May 09:20
Compare
Choose a tag to compare
  • Bump dependencies 7e5d089
  • Bump version to 0.5.0 0e3f26e
  • doc: Updated readme with information about the new filters on user list 3239e6d
  • feat: Allow user filtering based on email addresses and phone numbers 96f3eb5

v0.4.1...v0.5.0

v0.4.1

29 Apr 18:39
Compare
Choose a tag to compare
  • Merge pull request #19 from clerkinc/yourtallness/better_logging d679609
  • docs: Add better logging for clerk server errors, add troubleshooting section to readme, elaborate on Express custom error handlers 83496c7

v0.4.0...v0.4.1

v0.4.0

23 Apr 15:44
Compare
Choose a tag to compare
  • 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

v0.3.0...v0.4.0

Abstracted handling of external accounts (google, fb), improvements for metadata (de)serialization

02 Apr 16:55
Compare
Choose a tag to compare
  • 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...v0.3.0

v0.1.0

22 Feb 12:18
Compare
Choose a tag to compare
  • 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

v0.0.5...v0.1.0

Make middleware options optional

04 Feb 18:53
Compare
Choose a tag to compare
  • fix: make middleware options optional (sic) f395b51

v0.0.4...v0.0.5

Zero configuration mode

03 Feb 20:19
Compare
Choose a tag to compare
  • Merge pull request #9 from clerkinc/mp/move_middleware_under_clerk_object 8c92be6
  • refactor: move middlewares under Clerk object so that there is no need to inject them with a clerk instance d6504c9

v0.0.3...v0.0.4

v0.0.3

01 Feb 16:02
Compare
Choose a tag to compare
  • 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

v0.0.2...v0.0.3