Implement auth backend types for axum_login

This commit is contained in:
2024-04-02 01:55:53 -04:00
parent 5d69705239
commit 8bbb37c1e1
2 changed files with 50 additions and 0 deletions

View File

@ -12,6 +12,7 @@ pub mod users;
pub mod search;
pub mod fileserv;
pub mod error_template;
pub mod auth_backend;
use cfg_if::cfg_if;
cfg_if! {