Sha256: df855020ea9dd393e7942b521ac0c55a6bfbc2debe0a233c60eebf14120c4172

Contents?: true

Size: 801 Bytes

Versions: 17

Compression:

Stored size: 801 Bytes

Contents

### 0.9.3 (30/05/2022)

#### Bugfixes

* `oauth_jwt`: new access tokens generated via the `"refresh_token"` grant type are now JWT (it was falling back to non JWT behaviour);
*  `oidc`: a new `id_token` is now generated via the `"refresh_token"` grant type with "rotation" policy (it was being omitted from the response);
* `oidc`: fixing calculation of `"auth_time"` claim, which (as per RFC) needs to stay the same across first authentication and subsequent `"refresh_token"` requests;
    * it requires a new db column (default: `"auth_time"`, datetime) in the `"oauth_tokens"` database;
* hash-column `"refresh_token"` will now expose the refresh token (instead of the hash column version) in the `"refresh_token"` grant type response payload (only happened in "non-rotation" refresh token mode).

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
rodauth-oauth-1.6.3 doc/release_notes/0_9_3.md
rodauth-oauth-1.6.2 doc/release_notes/0_9_3.md
rodauth-oauth-1.6.0 doc/release_notes/0_9_3.md
rodauth-oauth-1.5.0 doc/release_notes/0_9_3.md
rodauth-oauth-1.4.0 doc/release_notes/0_9_3.md
rodauth-oauth-1.3.2 doc/release_notes/0_9_3.md
rodauth-oauth-1.3.1 doc/release_notes/0_9_3.md
rodauth-oauth-1.3.0 doc/release_notes/0_9_3.md
rodauth-oauth-1.2.0 doc/release_notes/0_9_3.md
rodauth-oauth-1.1.0 doc/release_notes/0_9_3.md
rodauth-oauth-1.0.0 doc/release_notes/0_9_3.md
rodauth-oauth-1.0.0.pre.beta2 doc/release_notes/0_9_3.md
rodauth-oauth-1.0.0.pre.beta1 doc/release_notes/0_9_3.md
rodauth-oauth-0.10.4 doc/release_notes/0_9_3.md
rodauth-oauth-0.10.3 doc/release_notes/0_9_3.md
rodauth-oauth-0.10.2 doc/release_notes/0_9_3.md
rodauth-oauth-0.10.1 doc/release_notes/0_9_3.md