thephpleague / oauth2-server

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

Added token events #1211

Closed lookyman closed 3 years ago

lookyman commented 3 years ago

This allows access to issued tokens in request events.

Sephster commented 3 years ago

Looks good thanks @lookyman - I think the intention in the next major will be to have a PSR15 compatible implementation but this is needed to happy to merge in now. Cheers!