Sha256: 8917ad465d3c090b8ad544f90b802da323d09e634c019fe03fa333246370300e

Contents?: true

Size: 716 Bytes

Versions: 1

Compression:

Stored size: 716 Bytes

Contents

## unreleased

This release (v2) introduces the new networkless middleware which is compatible 
with the new authentication scheme, dubbed *AuthV2*.

It is backwards-incompatible with applications using AuthV1.

- [BREAKING]: In order to use this version, you must set the authVersion prop 
    accordingly in your frontend: `Clerk.load({authVersion: 2})`

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

1 entries across 1 versions & 1 rubygems

Version Path
clerk-sdk-ruby-2.0.0.alpha.1 CHANGELOG.md