Skip to content

Releases: thephpleague/oauth2-server-bundle

v0.9.0

26 Aug 12:09
v0.9.0
44272ff
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

11 Mar 13:00
v0.8.0
4e59b1d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.8.0

v0.6.0

31 Dec 18:16
v0.6.0
d365eba
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0

Happy New Year's Eve to all contributors 💙

v0.5.0

25 Apr 18:53
v0.5.0
272facb
Compare
Choose a tag to compare

What's Changed

  • Fix Dockerfile with modern PHP stack by @ajgarlag in #127
  • Remove deprecated registration of entity namespace by @bjo3rnf in #136
  • fix(120): Credential Revocation - (Pg)SQL error : Datatype mismatch by @jordyk in #131
  • Fix Symfony 6.2 deprecation for Security helper by @RobertMe in #129
  • Update firewall config in basic-setup.md by @heather817 in #113
  • Allow custom table prefix by @ajgarlag in #126
  • Decoupled models from managers issue by @pistej in #130

New Contributors

Thanks a lot ❤️

Full Changelog: v0.4.1...v0.5.0

v0.4.1

16 Oct 16:27
v0.4.1
ff14fe0
Compare
Choose a tag to compare

What's Changed

  • Fix deprecation warnings in commands by @jury89 in #107

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

21 Jun 10:24
v0.4.0
ef1d5e5
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @xterr made their first contribution in #87

Full Changelog: v0.3.0...v0.4.0

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)