Skip to content

Commit

Permalink
docs: adds CHANGELOG entry for #16
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
  • Loading branch information
weierophinney committed Jun 30, 2020
1 parent 064a622 commit c4acae1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file, in reverse

### Changed

- Nothing.
- [#16](https://github.com/mezzio/mezzio-authentication-oauth2/pull/16) adds support for checking if an OAuth2 client is marked as "confidential". To make use of this feature, you will need to add the field `is_confidential` to your `oauth_clients` table as a TINYINT: `is_confidential tinyint(1) NOT NULL DEFAULT "0"`

### Deprecated

Expand All @@ -22,7 +22,7 @@ All notable changes to this project will be documented in this file, in reverse

### Fixed

- Nothing.
- [#16](https://github.com/mezzio/mezzio-authentication-oauth2/pull/16) fixes compatibility with the upstream league/oauth2-server library when performing a `ClientCredentialsCheck` grant.

## 2.0.2 - 2020-03-28

Expand Down

0 comments on commit c4acae1

Please sign in to comment.