summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Small unittest tweaks.oauth2_providerIb Lundgren2012-11-043-9/+22
* more source docsIb Lundgren2012-11-041-73/+186
* First go at client credentials grant.Ib Lundgren2012-11-041-2/+46
* First go at implicit grant typeIb Lundgren2012-11-041-16/+89
* sketching out testsIb Lundgren2012-11-031-0/+48
* Mocky mockyIb Lundgren2012-11-033-29/+17
* TokenBaseIb Lundgren2012-11-033-47/+58
* Indentation and todo notesIb Lundgren2012-11-032-13/+18
* Sketching out pass & client cred grantsIb Lundgren2012-11-031-1/+39
* Moving logic where it belongs...Ib Lundgren2012-11-033-81/+86
* Cleaning up oauth2 auth code grant type testsIb Lundgren2012-10-183-229/+120
* Merge branch 'master' of https://github.com/idan/oauthlib into oauth2_providerIb Lundgren2012-10-041-3/+3
|\
| * Merge pull request #51 from tikitu/masterKenneth Reitz2012-08-141-3/+3
| |\
| | * Fix Idan's github name in docs/contributing.rsttikitu2012-08-141-3/+3
| |/
* | broken and needs cleaning but its a startIb Lundgren2012-10-045-139/+149
* | reorgIb Lundgren2012-08-163-181/+180
* | yessIb Lundgren2012-08-143-7/+35
* | backin it upIb Lundgren2012-08-138-169/+363
* | and againIb Lundgren2012-08-113-60/+102
* | backing it upIb Lundgren2012-08-113-1/+622
|/
* Multiple scopes supportIb Lundgren2012-07-214-55/+88
* 0.3.00.3.0Ib Lundgren2012-07-092-1/+3
* Fixing some tight coupling issuesIb Lundgren2012-07-092-78/+39
* Updated Server tests to match content type requirementIb Lundgren2012-07-042-31/+57
* More client testsIb Lundgren2012-07-021-1/+210
* Native client -> client credentials clientIb Lundgren2012-07-021-14/+14
* Merge branch 'master' of https://github.com/idan/oauthlibIb Lundgren2012-06-291-1/+1
|\
| * new repo locationKenneth Reitz2012-06-281-1/+1
* | Client and WebAppicationClient testsIb Lundgren2012-06-291-0/+229
* | New init paramsIb Lundgren2012-06-291-13/+36
* | Only add not None extra valuesIb Lundgren2012-06-291-2/+4
* | add_params_to_qs now support dict queriesIb Lundgren2012-06-291-3/+6
|/
* OAuth2 client types proposal, #44Ib Lundgren2012-06-281-2/+485
* OAuth 2 parameter handlersIb Lundgren2012-06-282-0/+416
* 0.2.10.2.1Ib Lundgren2012-06-272-1/+3
* Exclude body if not urlencodedIb Lundgren2012-06-272-52/+60
* 0.2.00.2.0Ib Lundgren2012-06-252-1/+3
* Merge branch 'server_docs'Ib Lundgren2012-06-251-6/+225
|\
| * updates to tokens and realmIb Lundgren2012-06-251-45/+54
| * first go at server docsIb Lundgren2012-05-211-6/+216
* | Huge server updateIb Lundgren2012-06-252-99/+1056
* | Verification methodsIb Lundgren2012-06-251-1/+51
* | Safe string equalsIb Lundgren2012-06-251-0/+16
* | 0.1.40.1.4Ib Lundgren2012-06-252-2/+4
* | Move shared functionality (#30)Ib Lundgren2012-06-138-210/+104
* | Merge pull request #42 from ib-lundgren/soft_pycryptoIb Lundgren2012-06-124-11/+30
|\ \
| * | Links for windows rsa usersIb Lundgren2012-06-121-3/+3
| * | Soft dependency on PyCryptoIb Lundgren2012-06-124-11/+30
|/ /
* | Merge pull request #41 from marienz/issue40-tests-dict-orderingIb Lundgren2012-06-122-56/+42
|\ \ | |/ |/|
| * Use more specific assert methods in the tests where possible.Marien Zwart2012-06-062-14/+14