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

@@ -1,6 +1,6 @@
[alias]
recorder = "run -p recorder --bin recorder_cli -- --environment recorder/development"
recorder-playground = "run -p recorder --example playground -- --environment recorder/development"
recorder = "run -p recorder --bin recorder_cli -- --environment development"
recorder-playground = "run -p recorder --example playground -- --environment development"
[build]
rustflags = ["-Zthreads=8"]