summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/openid.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-94/+0
* Fix requestOpenIdToken response: integer expires_in (#10175)Lukas Lihotzki2021-06-161-1/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-1/+1
* Port rest.client.v2Erik Johnston2019-12-051-6/+3
* Replace returnValue with return (#5736)Amber Brown2019-07-231-10/+8
* Run Black. (#5482)Amber Brown2019-06-201-9/+13
* Unify v1 and v2 REST client APIs (#5226)Amber Brown2019-06-031-2/+2
* run isortAmber Brown2018-07-091-5/+5
* Rename openid/token to openid/request_tokenMark Haines2016-05-051-2/+2
* Add an openidish mechanism for proving to third parties that you own a given ...Mark Haines2016-05-051-0/+96