You've already forked authentication-service
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:
@@ -22,6 +22,7 @@ use url::Url;
|
||||
|
||||
static SYNAPSE_AUTH_PROVIDER: &str = "oauth-delegated";
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct SynapseConnection {
|
||||
homeserver: String,
|
||||
endpoint: Url,
|
||||
|
Reference in New Issue
Block a user