Skip to content

Added client credentials grant + implemented token revocation #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 4, 2015

Conversation

fminov
Copy link
Contributor

@fminov fminov commented Jun 12, 2015

Hello,
This PR includes :
a simple modification to enable client_credentials grant with the API proxy
a bugfix for Guzzle not to fail on ServerExecption but proxy the error back to the caller
an implementation of token revocation, base on https://tools.ietf.org/html/draft-ietf-oauth-revocation-11 (I implemented it in lucadegasperi/oauth2-server-laravel and it needed this new proxy feature)

@fminov fminov changed the title Added client credentials grant Added client credentials grant + implemented token revocation Jun 17, 2015
… oauth2-server-laravel's postAccessToken responses)
thinkingmik added a commit that referenced this pull request Jul 4, 2015
Added client credentials grant + implemented token revocation
@thinkingmik thinkingmik merged commit e5b2210 into thinkingmik:master Jul 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants