Releases: flownative/flow-oauth2-client
Releases · flownative/flow-oauth2-client
v2.1.0
This release introduces encryption for database storage. See the updated README for more information about it.
v2.1.0-beta.1
This pre-release introduces encryption for database storage. See the updated README for more information about it.
v2.0.1
Merge pull request #16 from flownative/bugfix/expires-property BUGFIX: Make expires an explicit property of Authorization
v2.0.0
This release does not introduce new features but fixes an important bug (flownative/flow-openidconnect-client#13). It's a new major release as it contains the following breaking changes:
- removed the
$grantTypeparameter fromOAuthClient::reqeuestAccessToken() - removed client secret from
Authorization
2.0.0 beta 1
This beta release contains the following breaking changes:
- removed the
$grantTypeparameter fromOAuthClient::reqeuestAccessToken() - removed client secret from
Authorization
!!! Security hotfix
This release contains a hotfix for a security issue described in #13.
If you rely on a deterministic authorization id, you will need to adjust your code. If not, you can just upgrade from 0.2.1 without further code adjustments.
1.0.0
v1.0.0
0.2.1
0.2.0
Merge pull request #3 from flownative/feature/collect-garbage Add garbage collection to clean up expired authorizations
0.1.1
Fix settings loading order