Skip to content

Releases: thephpleague/oauth2-server-bundle

v0.3.0

29 Dec 13:42
v0.3.0
c306e31
Compare
Choose a tag to compare

What's Changed

  • Update docker environment and CONTRIBUTING.md instructions by @ajgarlag in #57
  • Add ability to listen to League events via Symfony listeners/subscribers by @X-Coder264 in #65
  • Fix debugging docs by @X-Coder264 in #66
  • [CI] Fix composer installation by @chalasr in #70
  • Make sure token is always authenticated by @yoshz in #72
  • Add authorization tests by @X-Coder264 in #73
  • add disable access token saving feature by @Orkin in #32
  • Fix/disable access token saving by @Orkin in #75
  • Update test matrix by @ajgarlag in #67
  • Fix broken link to basic setup by @carlos-mg89 in #69
  • Fixed wrong event name to league.oauth2_server.event.scope_resolve by @yoshz in #71
  • Update setup doc specifying the type of imported routes by @tcheymol in #74

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

07 Nov 17:47
v0.2.0
2711479
Compare
Choose a tag to compare

What's Changed

  • Add OAuth Client ID to OAuth2Token by @robotjoosen in #60
  • Add support for Symfony 5.4 & 6 by @chalasr in #59
  • Fix authenticator registration with multiple user providers by @chalasr in #58

New Contributors

Full Changelog: v0.1.2...v0.2.0

v0.1.2

07 Oct 10:00
v0.1.2
d9e7d7f
Compare
Choose a tag to compare

CHANGELOG

d9e7d7f bug #52 Fix request token event (ajgarlag)

v0.1.1

05 Oct 13:30
v0.1.1
df405a8
Compare
Choose a tag to compare

CHANGELOG

df405a8 feature #49 add request token event (jr-k)

v0.1.0

26 Sep 12:32
v0.1.0
749d2c0
Compare
Choose a tag to compare

First release.
This bundle is ready for production, but breaking changes may happen in next releases until a v1.0.0 tag is released.
We'll try to avoid BC breaks as possible though, they may happen only if required for adding new features.