Releases: mezzio/mezzio-authentication-oauth2
Releases · mezzio/mezzio-authentication-oauth2
2.3.0
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
- 44: Fix build issues thanks to @lcobucci
Enhancement
2.2.0
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
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
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
- 28: Convert to GitHub Actions thanks to @marcguyer
2.1.1
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
- 27: Fixes fatal error in
generate-oauth2-keys
(#26) thanks to @artemmolotov - 25: Fix key generator, to support PHP8 'resource to object' migration thanks to @adambalint-srg
2.1.0
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
- 24: PHP 8 Support thanks to @agustingomes and @boesing
mezzio-authentication-oauth2 2.0.3
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 youroauth_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
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Fixed
replace
version constraint in composer.json so repository can be used as replacement ofzendframework/zend-expressive-authentication-oauth2:^2.0.0
.
mezzio-authentication-oauth2 1.3.2
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Fixed
replace
version constraint in composer.json so repository can be used as replacement ofzendframework/zend-expressive-authentication-oauth2:^1.3.0
.
mezzio-authentication-oauth2 2.0.1
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #12 fixes default paths to keys in configuration (uses
data/oauth
directories).