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

@@ -13,7 +13,7 @@ dev-recorder:
cargo watch -w apps/recorder -w config -x 'recorder start'
down-recorder:
cargo run -p recorder --bin recorder_cli -- db down 999 --environment recorder/development
cargo run -p recorder --bin recorder_cli -- db down 999 --environment development
play-recorder:
cargo recorder-playground