Sha256: 13d56e6de21aba005cec3f147cf6c102d95b3f76a097a79189e7ca37a79c32c8

Contents?: true

Size: 766 Bytes

Versions: 1

Compression:

Stored size: 766 Bytes

Contents

# CHANGELOG

## master

## 0.0.2

### Features

* Implementation of PKCE by OAuth Public Clients (https://tools.ietf.org/html/rfc7636);
* Implementation of grants using "access_type" and "approval_prompt" ([similar to what Google OAuth 2.0 API does](https://wiki.scn.sap.com/wiki/display/Security/Access+Google+APIs+using+the+OAuth+2.0+Client+API));

### Improvements

* Store token/refresh token hashes in the database, instead of the "plain" tokens;
* Client secret hashed by default, and provided by the application owner;

### Fix

* usage of client secret for authorizing the generation of tokens, as the spec mandates (and refraining from them when doing PKCE).

## 0.0.1

Initial implementation of the Oauth 2.0 framework, with an example app done using roda.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rodauth-oauth-0.0.2 CHANGELOG.md