summaryrefslogtreecommitdiff
path: root/oauthlib/openid/connect/core
Commit message (Expand)AuthorAgeFilesLines
* Removed wrong assumption from copy/paste of get_autho.._scopes.Jonathan Huot2019-04-291-3/+2
* Fix typo gave/haveJonathan Huot2019-04-291-2/+2
* Fix docstring about return valueJonathan Huot2019-04-291-1/+1
* Python2.7 compatibleJonathan Huot2019-03-261-2/+2
* Add unittests for OIDC GrantTypeBase.Jonathan Huot2019-03-261-3/+3
* Use native operator instead type conversionJonathan Huot2019-03-261-1/+1
* Renamed fill into finalize to add clarityJonathan Huot2019-03-262-5/+5
* Add c_hash. Add summary about when nonce/hashes are added to id_tokenJonathan Huot2019-02-281-0/+29
* Add technicals fields of `id_token` in oauthlib OIDC supportJonathan Huot2019-02-284-9/+154
* OIDC: Raise error=invalid_request when nonce is mandatoryJonathan Huot2019-02-253-25/+46
* Fix 652: removed "state" from /token response.Jonathan Huot2019-02-203-4/+6
* Fix issue when using Metadata Endpoint with OIDC PreConfigured server.fix-metadata-openid-serverJonathan Huot2018-12-141-2/+4
* Replaced distinct classes by a more unified one.Jonathan Huot2018-11-202-25/+30
* Import OIDC main classes identically than OAuth2Jonathan Huot2018-11-201-0/+11
* Fix OIDC tests (#565)Pieter Ennes2018-09-213-17/+19
* redid the docstring fixesjonathan vanasco2018-09-101-7/+14
* The id_token_hint parameter isn't required by the OIDC spec. (#559)Pieter Ennes2018-07-021-6/+0
* OpenID Connect split (#525)Wiliam Souza2018-06-0512-0/+1003