refactor (v2): better arch
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
8
crates/adapters/auth/src/lib.rs
Normal file
8
crates/adapters/auth/src/lib.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
pub mod config;
|
||||
pub mod password;
|
||||
|
||||
#[cfg(feature = "jwt")]
|
||||
pub mod jwt;
|
||||
|
||||
#[cfg(feature = "oidc")]
|
||||
pub mod oidc;
|
||||
Reference in New Issue
Block a user