laravel-openid-connect-server
laravel-openid-connect-server copied to clipboard
Token revoke controller has broken implementation.
Token revoke controller has broken implementation.
I checked the RevokeController and discovered missing imports. And another AdvancedBearerTokenValidator
does not exist.
This similar missing class is also repeated in IntrospectionController.