This commit is contained in:
@@ -10,5 +10,8 @@ pub mod security;
|
||||
pub mod thumbnail;
|
||||
|
||||
// Реэкспортируем основные типы для удобства
|
||||
pub use app_state::AppState;
|
||||
pub use auth::{Author, authenticate_request, extract_token_from_request, secure_token_validation};
|
||||
pub use app_state::{AppState, RedisConnectionPool};
|
||||
pub use auth::{
|
||||
Author, authenticate_request, authenticate_request_with_pool, extract_token_from_request,
|
||||
secure_token_validation,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user