1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-09 04:22:45 +03:00

Have a Requester in the GraphQL API, in preparation for accessing it with OAuth credentials

This commit is contained in:
Quentin Gliech
2023-04-21 14:32:32 +02:00
parent be765fe04f
commit c2d8243586
6 changed files with 86 additions and 65 deletions

View File

@@ -108,7 +108,7 @@ impl TestState {
let policy_factory = Arc::new(policy_factory);
let graphql_schema = graphql_schema();
let graphql_schema = graphql_schema(&pool);
let http_client_factory = HttpClientFactory::new(10);