You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-12 02:22:41 +03:00
Infer client IP address from the peer address and the X-Forwarded-Proxy header
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
pub mod client_authorization;
|
||||
pub mod cookies;
|
||||
pub mod csrf;
|
||||
pub mod error_wrapper;
|
||||
pub mod fancy_error;
|
||||
pub mod http_client_factory;
|
||||
pub mod jwt;
|
||||
@@ -35,6 +36,7 @@ pub mod user_authorization;
|
||||
pub use axum;
|
||||
|
||||
pub use self::{
|
||||
error_wrapper::ErrorWrapper,
|
||||
fancy_error::FancyError,
|
||||
session::{SessionInfo, SessionInfoExt},
|
||||
};
|
||||
|
Reference in New Issue
Block a user