feat: replace graphql playground to altair
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
pub mod basic;
|
||||
pub mod config;
|
||||
pub mod errors;
|
||||
pub mod middleware;
|
||||
pub mod oidc;
|
||||
pub mod service;
|
||||
|
||||
pub use config::{AppAuthConfig, BasicAuthConfig, OidcAuthConfig};
|
||||
pub use errors::AuthError;
|
||||
pub use middleware::{api_auth_middleware, webui_auth_middleware};
|
||||
pub use service::{AppAuthService, AuthService, AuthUserInfo};
|
||||
|
||||
Reference in New Issue
Block a user