Releases: clerk/clerk-sdk-ruby
Releases · clerk/clerk-sdk-ruby
Organization Metadata update & Current Organization helpers
Organization endpoints
Added
- Implement Organization endpoints [#20]
2.5.0
2.4.0
2.3.0
2.2.0
2.1.2
v2.1.1
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.