summaryrefslogtreecommitdiff
path: root/oauthlib/openid/connect/core/endpoints/pre_configured.py
Commit message (Expand)AuthorAgeFilesLines
* Update pre-configured OIDC server to use OIDC flavor of Refresh Token grant t...Burke Livingston2022-10-061-2/+4
* Remove Python 2 codes (#734)Asif Saif Uddin2020-05-121-1/+0
* Sorted oauthlib imports per isort 4.3.21Anton Ruhlov2020-04-101-16/+7
* Make grants public attributes of pre_configured server class (#613)Ivan Anishchuk2019-10-221-28/+28
* The future is nowHugo2019-08-151-2/+0
* Add UserInfoEndpoint to the OIDC Provider support.Jonathan Huot2019-05-131-1/+3
* 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-201-3/+3
* Fix OIDC tests (#565)Pieter Ennes2018-09-211-14/+16
* OpenID Connect split (#525)Wiliam Souza2018-06-051-0/+103