summaryrefslogtreecommitdiff
path: root/oauthlib/oauth2/rfc6749/grant_types/client_credentials.py
Commit message (Expand)AuthorAgeFilesLines
* return application/json content type in case of errormasci2014-01-191-1/+1
* JSON content type has no charset.Hsiaoming Yang2013-10-121-1/+1
* Set headers on client credentials access token responseAleksandr Vladimirskiy2013-10-101-1/+6
* #200 First attempt at API cleanup to match OAuth1.Tyler Jones2013-08-011-2/+2
* Remove code from copy/paste mistake.Ib Lundgren2013-06-201-100/+0
* Split OAuth2 large modules into smaller ones. #168.Ib Lundgren2013-05-301-0/+204