Sha256: 52ab807845ebb2a25724921e1884578d0bb9c01a24e4a55ac2e7c184aa22fbb1

Contents?: true

Size: 1.19 KB

Versions: 23

Compression:

Stored size: 1.19 KB

Contents

### 0.7.2 (14/12/2021)

#### Features

* Revoking tokens from the OAuth Application management interface (@muellerj)

Token revocation was only possible when using the client ID and Secret, to aid "logout" functionality from client applications. Although the admin interface (available via `r.oauth_applications`) displayed a "Revoke" button alongside tokens in the list page, this was not working. The RFC does allow for the use case of application administrators being able to manually revoke tokens (as a result of client support, for example), so this functionality was enabled (only for the oauth application owner, for now).

#### Bugfixes

Default scope usage related bugfixes:

* Improved default scope conversion to avoid nested arrays (@muellerj);
* Authorize form shows a disabled checkbox and POST's no scope when default scope is to be used (@muellerj);
* example default scope fixed for example authorization server (should be string) (@muellerj);
* several param fixes in view templates (@muellerj);

OAuth Applications Management fixes:

* Access to OAuth Application page is now restricted to app owner;
* OAuth Applications page now lists the **only** the applications owned by the logged in user;

Version data entries

23 entries across 23 versions & 1 rubygems

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