Skip to content

Releases: jeremy379/laravel-openid-connect

2.4.0

09 Sep 07:18
4a22ec9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.3...2.4.0

Breaking change !

  • The claimable interface was changed from getClaim(): array to getClaims(array $scopes = []): array; If you implement that interface you need to change this

2.3.3

01 Aug 13:00
01e9b1e
Compare
Choose a tag to compare

What's Changed

  • Make possible to use encryption key object for better performance by @alecpl in #21

Full Changelog: 2.3.2...2.3.3

2.3.2

01 Aug 07:13
3b3580d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.1...2.3.2

2.3.1

12 Jun 09:05
aa0e5b4
Compare
Choose a tag to compare

What's Changed

  • Update README on ensuring nonce is forwarded on authorization page by @yohanesgultom in #17
  • Add end_session_endpoint key for RP-Initiated Logout to DiscoveryController by @bbredewold in #18

New Contributors

Full Changelog: 2.3.0...2.3.1

2.3.0

14 May 09:12
86e10fd
Compare
Choose a tag to compare

What's Changed

  • Added support for the 'kid' token header in the JWKsController by @twellck in #16

New Contributors

Full Changelog: 2.2.1...2.3.0

2.2.1

26 Apr 17:48
077ca66
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.0...2.2.1

2.2.0

26 Apr 13:06
258f242
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.2...2.2.0

2.1.2

25 Apr 06:40
76ac2bd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.1...2.1.2

2.1.1

24 Apr 13:46
Compare
Choose a tag to compare

Full Changelog: 2.1.0...2.1.1

2.1.0

24 Apr 13:40
8683b3b
Compare
Choose a tag to compare

What's Changed

  • Adding well-known configuration and JWKS routes in Laravel by @GewoonYorick in #12

New Contributors

Full Changelog: 2.0.8...2.1.0