1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

cargo fmt

This commit is contained in:
Quentin Gliech
2022-08-31 18:51:09 +02:00
parent 8c25dc03ce
commit 84b0d97b18

View File

@ -26,11 +26,11 @@ use axum::{
};
use headers::{authorization::Basic, Authorization};
use http::StatusCode;
use mas_keystore::Encrypter;
use mas_data_model::{Client, JwksOrJwksUri, StorageBackend};
use mas_http::HttpServiceExt;
use mas_iana::oauth::OAuthClientAuthenticationMethod;
use mas_jose::{jwk::PublicJsonWebKeySet, jwt::Jwt};
use mas_keystore::Encrypter;
use mas_storage::{
oauth2::client::{lookup_client_by_client_id, ClientFetchError},
PostgresqlBackend,