thephpleague / oauth2-server

A spec compliant, secure by default PHP OAuth 2.0 Server
https://oauth2.thephpleague.com
MIT License
6.53k stars 1.11k forks source link

Pass JWT Config Item #1154

Open Sephster opened 3 years ago

Sephster commented 3 years ago

To use version 4 of lcobucci/jwt, we needed to init the new Configuration object. At the moment, this is instantiated locally but it would be good if we could inject this as a dependency. Unfortunately this creates a breaking change so needs to be held out for v9.