Skip to content
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

Added a grantType parameter to ClientInterface::getClient() #21

Closed
wants to merge 2 commits into from
Closed

Added a grantType parameter to ClientInterface::getClient() #21

wants to merge 2 commits into from

Conversation

lapause
Copy link
Contributor

@lapause lapause commented Mar 21, 2013

It allows developer to customize which grant types he allows for which client.
Typically, password grant type could be restricted to be used only by internal clients.

/!\ BC compatibility break, as the prototype of getClient() changes.

…) prototype and updated calls to that method
@alexbilbie
Copy link
Contributor

There are better ways of doing this that can be done without hacking around with the library - I'll post a tutorial on how to do it :)

Nice idea though

alexbilbie added a commit that referenced this pull request Mar 27, 2013
@alexbilbie
Copy link
Contributor

I've manually merged this in

@alexbilbie alexbilbie closed this Mar 27, 2013
@lapause
Copy link
Contributor Author

lapause commented Mar 27, 2013

Thanks!

sathishcel pushed a commit to CelestialSystem/oauth2-server-fork that referenced this pull request Apr 20, 2020
feature/tr-1344 content type was not getting set for file attachments…
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.

None yet

2 participants