Sha256: 594b4aab742627ea44455cdc923a53a8ac3d63b1676d1f76c58fe956c43f94b2

Contents?: true

Size: 1.04 KB

Versions: 2

Compression:

Stored size: 1.04 KB

Contents

## unreleased

## 2.1.2 - 2022-08-26

- fix: Gracefully handle invalid JSON in Authorization header [https://github.com/clerkinc/clerk-sdk-ruby/pull/16]

## 2.1.1 - 2022-02-24

- fix: Make Authv2 middleware thread-safe

## 2.0.0 - 2021-10-21

This release introduces the new networkless middleware which works with the new 
authentication scheme, [Auth v2](https://docs.clerk.dev/main-concepts/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.

## 1.0.3 - 2021-07-21

- fix: Proper endpoint for oauth_access_token method

## 1.0.2 - 2021-06-03

- fix: Instantiation of `Clerk::SDK` without prior call to `Clerk.configure`

## 1.0.1 - 2021-06-03

### enhancements

- Middleware now uses a proxy object which lazy loads the Clerk session and user only when needed

## 1.0.0 - 2021-05-27

- initial release

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
clerk-sdk-ruby-2.2.0 CHANGELOG.md
clerk-sdk-ruby-2.1.2 CHANGELOG.md