Skip to content

Releases: mezzio/mezzio-authentication-oauth2

2.3.0

11 Jan 23:57
2.3.0
e24d409
Compare
Choose a tag to compare

Release Notes for 2.3.0

Feature release (minor)

2.3.0

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2

Documentation

Enhancement

2.2.0

23 Dec 14:41
2.2.0
e9c07fe
Compare
Choose a tag to compare

Release Notes for 2.2.0

Feature release (minor)

2.2.0

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2

Enhancement

2.1.3

25 May 13:09
2.1.3
23f9d59
Compare
Choose a tag to compare

Release Notes for 2.1.3

2.1.x bugfix release (patch)

2.1.3

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Bug

2.1.2

20 Apr 15:21
2.1.2
33fbaaf
Compare
Choose a tag to compare

Release Notes for 2.1.2

2.1.x bugfix release (patch)

2.1.2

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Enhancement

2.1.1

15 Apr 07:47
2.1.1
6354947
Compare
Choose a tag to compare

2.1.1 - 2021-04-15


Release Notes for 2.1.1

2.1.x bugfix release (patch)

2.1.1

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2

Bug

2.1.0

19 Jan 09:19
2.1.0
a7ffb00
Compare
Choose a tag to compare

2.1.0 - 2021-01-19


Release Notes for 2.1.0

2.1.0

  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 2

Enhancement

mezzio-authentication-oauth2 2.0.3

30 Jun 20:58
2.0.3
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

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

  • Nothing.

Removed

  • Nothing.

Fixed

  • #16 fixes compatibility with the upstream league/oauth2-server library when performing a ClientCredentialsCheck grant.

mezzio-authentication-oauth2 2.0.2

28 Mar 22:10
2.0.2
e6ca132
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Fixed replace version constraint in composer.json so repository can be used as replacement of zendframework/zend-expressive-authentication-oauth2:^2.0.0.

mezzio-authentication-oauth2 1.3.2

28 Mar 22:05
1.3.2
08ecfb2
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Fixed replace version constraint in composer.json so repository can be used as replacement of zendframework/zend-expressive-authentication-oauth2:^1.3.0.

mezzio-authentication-oauth2 2.0.1

10 Feb 20:51
2.0.1
df26a31
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #12 fixes default paths to keys in configuration (uses data/oauth directories).