thephpleague / oauth2-server

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

Access token introspection RFC7662 #1350

Closed DorelBesliu closed 1 year ago

DorelBesliu commented 1 year ago

Is that functional planned to be implemented for future or done already. What different ways are there to separate Authorization server from Resource server. Thanks in advance and sorry if that is wrong place to ask questions like that.

Sephster commented 1 year ago

There are two PRs that have been submitted for this. It will be implemented in the future but no concrete plans when. Thanks