summaryrefslogtreecommitdiff
path: root/oauthlib/openid/connect/core/grant_types
Commit message (Expand)AuthorAgeFilesLines
* Improved OIDC documentationdoc-oidcJonathan Huot2019-10-281-4/+13
* The future is nowHugo2019-08-154-8/+0
* Upgrade Python syntax with pyupgradeHugo2019-08-156-8/+8
* 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-261-1/+1
* 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-283-8/+80
* OIDC: Raise error=invalid_request when nonce is mandatoryJonathan Huot2019-02-253-25/+46
* Fix 652: removed "state" from /token response.Jonathan Huot2019-02-202-3/+5
* Replaced distinct classes by a more unified one.Jonathan Huot2018-11-201-22/+27
* Fix OIDC tests (#565)Pieter Ennes2018-09-211-3/+3
* 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-057-0/+506