Skip to content

Releases: zf-fr/zfr-oauth2-server-module

v0.7.0

01 Aug 08:12
0.7.0
Compare
Choose a tag to compare

v0.6.0

16 Jan 16:55
0.6.0
Compare
Choose a tag to compare
  • [BC] Raised minimum dependency to ZfrOAuth2Server 0.6

v0.5.0

12 Aug 15:52
0.5.0
Compare
Choose a tag to compare
  • [BC] Raised minimum dependency to ZfrOAuth2Server 0.5. This includes support for token revocation. This module now exposes a new "revoke" route that can be used to revoke an access or refresh token.

v0.4.0

04 Jun 09:58
0.4.0
Compare
Choose a tag to compare
  • [BC] Raised minimum dependency to ZfrOAuth2Server 0.4. This includes support for multiple redirect URIs in client, so that the table schema is slightly modified ("redirect_uri" column in Client has been replaced by a "redirect_uris" column, with a different data type).

v0.3.0

14 May 16:07
0.3.0
Compare
Choose a tag to compare
  • Raised dependency to ZfrOAuth2Server 0.3. This release includes support for event manager.

v0.2.0

05 May 08:35
0.2.0
Compare
Choose a tag to compare
  • [BC] The AccessTokenAdapter was unused (and useless in OAuth2 context) and is therefore now gone.

v0.1.2

26 Apr 18:46
0.1.2
Compare
Choose a tag to compare

This release contains an important security fix. Before this release, people could reuse an expired token if it was not deleted once expiration time was reached.

v0.1.1

04 Apr 18:09
0.1.1
Compare
Choose a tag to compare
  • Console command now delete expired refresh tokens and expired authorization codes too

v0.1.0

30 Mar 16:26
0.1.0
Compare
Choose a tag to compare
  • Initial release!