1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-20 12:02:22 +03:00

Make the GraphQL interface accessible for OAuth clients

This commit is contained in:
Quentin Gliech
2023-08-10 15:05:44 +02:00
parent 9c7f6c2d4e
commit 4ef3bcf336
8 changed files with 203 additions and 20 deletions

View File

@@ -108,6 +108,7 @@ where
S: Clone + Send + Sync + 'static,
mas_graphql::Schema: FromRef<S>,
BoxRepository: FromRequestParts<S>,
BoxClock: FromRequestParts<S>,
Encrypter: FromRef<S>,
{
let mut router = Router::new().route(