Sha256: e0e78dcde7bb56b47a66df39ccfb409bf70a7cbc28151d32e708305c437f58d7

Contents?: true

Size: 864 Bytes

Versions: 5

Compression:

Stored size: 864 Bytes

Contents

## unreleased

## 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

5 entries across 5 versions & 1 rubygems

Version Path
clerk-sdk-ruby-2.0.4 CHANGELOG.md
clerk-sdk-ruby-2.0.3 CHANGELOG.md
clerk-sdk-ruby-2.0.2 CHANGELOG.md
clerk-sdk-ruby-2.0.1 CHANGELOG.md
clerk-sdk-ruby-2.0.0 CHANGELOG.md