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

Have a unified URL builder/router

This commit is contained in:
Quentin Gliech
2022-05-10 09:52:27 +02:00
parent 0ac4fddee4
commit f4353b660e
28 changed files with 684 additions and 371 deletions

View File

@@ -17,12 +17,10 @@ pub mod cookies;
pub mod csrf;
pub mod fancy_error;
pub mod session;
pub mod url_builder;
pub mod user_authorization;
pub use self::{
cookies::CookieExt,
fancy_error::{fancy_error, internal_error, FancyError},
session::{SessionInfo, SessionInfoExt},
url_builder::UrlBuilder,
};