bshaffer / oauth2-server-php-docs

documentation for the oauth2-server-php library
231 stars 148 forks source link

How to revoke an issued access token? #97

Closed JosephP91 closed 7 years ago

JosephP91 commented 7 years ago

Hi everybody, I am wondering how can I revoke an issued access token. How should structure the controller's action that should handle this kind of request?

JosephP91 commented 7 years ago

Figured out that there's a handleRevokeRequest method that does the work