summaryrefslogtreecommitdiff
path: root/oauthlib/openid/connect/core/grant_types/base.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed isort importsDariusz Smigiel2022-06-161-1/+0
* Properly handle prompt=noneNikos Sklikas2021-05-011-8/+1
* Sorted oauthlib imports per isort 4.3.21Anton Ruhlov2020-04-101-3/+5
* Upgrade Python syntax with pyupgradeHugo2019-08-151-2/+2
* 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-281-6/+58
* OIDC: Raise error=invalid_request when nonce is mandatoryJonathan Huot2019-02-251-23/+0
* Fix 652: removed "state" from /token response.Jonathan Huot2019-02-201-3/+0
* 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-051-0/+283