You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-20 12:02:22 +03:00
Basic Webfinger support
This commit is contained in:
@@ -61,6 +61,7 @@ where
|
||||
"/.well-known/openid-configuration",
|
||||
get(self::oauth2::discovery::get),
|
||||
)
|
||||
.route("/.well-known/webfinger", get(self::oauth2::webfinger::get))
|
||||
.route("/oauth2/keys.json", get(self::oauth2::keys::get))
|
||||
.route(
|
||||
"/oauth2/userinfo",
|
||||
|
||||
Reference in New Issue
Block a user