Skip to content

Releases: clerk/clerk-sdk-ruby

2.5.0

20 Sep 13:13
Compare
Choose a tag to compare

Added

  • Support for skipping the middleware in specific routes [#19]

2.4.0

05 Sep 08:17
v2.4.0
Compare
Choose a tag to compare

Added

2.3.0

30 Aug 14:27
v2.3.0
Compare
Choose a tag to compare

Added

  • feat: Add support for the users.verify_password endpoint #17

2.2.0

26 Aug 08:02
v2.2.0
Compare
Choose a tag to compare

Added

2.1.2

26 Aug 07:40
v2.1.2
Compare
Choose a tag to compare

Fixes:

  • Gracefully handle invalid JSON in Authorization header #16

v2.1.1

24 Feb 14:58
Compare
Choose a tag to compare

This is a bugfix release that makes the Authv2 middleware thread-safe. You're strongly encouraged to upgrade.

Auth v2

21 Oct 09:55
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.