You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-29 22:01:14 +03:00
Proactively provision users on registration & sync threepids
This commit is contained in:
@ -48,7 +48,7 @@ impl HttpClientFactory {
|
||||
operation: &'static str,
|
||||
) -> Result<ClientService<TracedClient<B>>, ClientInitError>
|
||||
where
|
||||
B: axum::body::HttpBody + Send + Sync + 'static,
|
||||
B: axum::body::HttpBody + Send,
|
||||
B::Data: Send,
|
||||
{
|
||||
let client = mas_http::make_traced_client::<B>().await?;
|
||||
|
@ -31,6 +31,8 @@ pub mod jwt;
|
||||
pub mod session;
|
||||
pub mod user_authorization;
|
||||
|
||||
pub use axum;
|
||||
|
||||
pub use self::{
|
||||
cookies::CookieExt,
|
||||
fancy_error::FancyError,
|
||||
|
Reference in New Issue
Block a user