dendrite/userapi/api
Tommie Gannert 58233c790a Split SSO into OAuth2 and OIDC. Add OIDC discovery.
GitHub implements OAuth2, but not OpenID Connect.

This means it needs more magic constants than those that can do OIDC
discovery (and where Userinfo is in OIDC-compatible.)

Fixes the HTTP client to have a timeout.
2022-05-25 01:17:08 +02:00
..
api.go Add SSO UserAPI endpoints. 2022-05-23 17:42:36 +02:00
api_logintoken.go Merge both user API databases into one (#2186) 2022-02-18 11:31:05 +00:00
api_sso.go Split SSO into OAuth2 and OIDC. Add OIDC discovery. 2022-05-25 01:17:08 +02:00
api_trace.go Refactor appservice & client API to use userapi internal (#2290) 2022-03-24 22:45:44 +01:00
api_trace_logintoken.go Support for m.login.token (#2014) 2022-02-10 10:27:26 +00:00
api_trace_sso.go Add SSO UserAPI endpoints. 2022-05-23 17:42:36 +02:00