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
cargo fmt
This commit is contained in:
@@ -26,11 +26,11 @@ use axum::{
|
|||||||
};
|
};
|
||||||
use headers::{authorization::Basic, Authorization};
|
use headers::{authorization::Basic, Authorization};
|
||||||
use http::StatusCode;
|
use http::StatusCode;
|
||||||
use mas_keystore::Encrypter;
|
|
||||||
use mas_data_model::{Client, JwksOrJwksUri, StorageBackend};
|
use mas_data_model::{Client, JwksOrJwksUri, StorageBackend};
|
||||||
use mas_http::HttpServiceExt;
|
use mas_http::HttpServiceExt;
|
||||||
use mas_iana::oauth::OAuthClientAuthenticationMethod;
|
use mas_iana::oauth::OAuthClientAuthenticationMethod;
|
||||||
use mas_jose::{jwk::PublicJsonWebKeySet, jwt::Jwt};
|
use mas_jose::{jwk::PublicJsonWebKeySet, jwt::Jwt};
|
||||||
|
use mas_keystore::Encrypter;
|
||||||
use mas_storage::{
|
use mas_storage::{
|
||||||
oauth2::client::{lookup_client_by_client_id, ClientFetchError},
|
oauth2::client::{lookup_client_by_client_id, ClientFetchError},
|
||||||
PostgresqlBackend,
|
PostgresqlBackend,
|
||||||
|
Reference in New Issue
Block a user