1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-07 17:03:01 +03:00

Make the HomeserverConnection available in handlers

This commit is contained in:
Quentin Gliech
2024-02-28 09:58:27 +01:00
parent 20dd5ca311
commit 4aeb446061
8 changed files with 96 additions and 65 deletions

View File

@@ -22,6 +22,7 @@ use url::Url;
static SYNAPSE_AUTH_PROVIDER: &str = "oauth-delegated";
#[derive(Clone)]
pub struct SynapseConnection {
homeserver: String,
endpoint: Url,