fix: add basic auth and oidc auth

This commit is contained in:
2024-12-31 00:52:44 +08:00
parent 4c6cc1116b
commit abd399aacd
39 changed files with 712 additions and 49 deletions

View File

@@ -11,3 +11,4 @@ pub mod models;
pub mod tasks;
pub mod views;
pub mod workers;
pub mod auth;