songkick / oauth2-provider

Simple OAuth 2.0 provider toolkit
MIT License
529 stars 148 forks source link

Client credentials grant #48

Open khurramzaman opened 11 years ago

khurramzaman commented 11 years ago

http://tools.ietf.org/html/draft-ietf-oauth-v2-22#section-4.4

greggersh commented 10 years ago

+1 to merging this pull request.

umairsiddique commented 10 years ago

+1

azlantaher88 commented 10 years ago

+1

nadeemyasin61 commented 10 years ago

+1

asimsikka commented 10 years ago

+1

karamat commented 10 years ago

+1

zaidakram commented 10 years ago

+1

Ali-Arif commented 10 years ago

+1

hamzakhalid41 commented 10 years ago

+1

jcoglan commented 10 years ago

So far a lot of people have +1-ed this and no-one has described their use case. In the past I've been very reluctant to add in anything beyond the draft-10 spec since this creates a hybrid implementation that doesn't accurately embody any particular spec.

So, who has a use case?

greggersh commented 10 years ago

I use this to provide API access to clients without a user authorization. I have some API calls that don't require a user's authorization, and it's easier to just keep everything within the OAuth context.

bugant commented 10 years ago

This is indeed interesting to let the owner of a Client to authenticate and do some administrative task on, for example, Client configuration.