Skip to content

Releases: flownative/flow-oauth2-client

v2.1.0

10 Nov 09:22
c5f68b9

Choose a tag to compare

This release introduces encryption for database storage. See the updated README for more information about it.

v2.1.0-beta.1

10 Nov 08:48
c5f68b9

Choose a tag to compare

v2.1.0-beta.1 Pre-release
Pre-release

This pre-release introduces encryption for database storage. See the updated README for more information about it.

v2.0.1

23 Oct 12:30
df37d19

Choose a tag to compare

Merge pull request #16 from flownative/bugfix/expires-property

BUGFIX: Make expires an explicit property of Authorization

v2.0.0

13 Oct 15:22
ac4aabc

Choose a tag to compare

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 $grantType parameter from OAuthClient::reqeuestAccessToken()
  • removed client secret from Authorization

2.0.0 beta 1

13 Oct 13:44
ac4aabc

Choose a tag to compare

2.0.0 beta 1 Pre-release
Pre-release

This beta release contains the following breaking changes:

  • removed the $grantType parameter from OAuthClient::reqeuestAccessToken()
  • removed client secret from Authorization

!!! Security hotfix

14 Aug 10:52
803137d

Choose a tag to compare

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

27 Jul 16:52
6e60d06

Choose a tag to compare

v1.0.0

0.2.1

24 Feb 12:08
60c9401

Choose a tag to compare

Update to use Doctrine EntityManagerInterface

0.2.0

09 Jul 15:05
8386304

Choose a tag to compare

Merge pull request #3 from flownative/feature/collect-garbage

Add garbage collection to clean up expired authorizations

0.1.1

09 Jul 15:04
6315c40

Choose a tag to compare

Fix settings loading order