fix: add basic auth and oidc auth
This commit is contained in:
9
apps/recorder/src/auth/mod.rs
Normal file
9
apps/recorder/src/auth/mod.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
pub mod basic;
|
||||
pub mod config;
|
||||
pub mod errors;
|
||||
pub mod oidc;
|
||||
pub mod service;
|
||||
|
||||
pub use config::{AppAuthConfig, BasicAuthConfig, OidcAuthConfig};
|
||||
pub use errors::AuthError;
|
||||
pub use service::{AppAuthService, AuthService, AuthUserInfo};
|
||||
Reference in New Issue
Block a user