You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-24 23:01:05 +03:00
Use axum-extra's PrivateCookieJar
This commit is contained in:
@@ -21,7 +21,7 @@ pub mod url_builder;
|
||||
pub mod user_authorization;
|
||||
|
||||
pub use self::{
|
||||
cookies::{Cookie, CookieExt, PrivateCookieJar},
|
||||
cookies::CookieExt,
|
||||
fancy_error::{fancy_error, internal_error, FancyError},
|
||||
session::{SessionInfo, SessionInfoExt},
|
||||
url_builder::UrlBuilder,
|
||||
|
||||
Reference in New Issue
Block a user