Skip to content

Commit

Permalink
Add back auth again
Browse files Browse the repository at this point in the history
- prefer oidc
- allow basic auth for api calls
  • Loading branch information
stvnrhodes committed Sep 1, 2024
1 parent 0914183 commit b300b3b
Show file tree
Hide file tree
Showing 5 changed files with 445 additions and 6 deletions.
137 changes: 137 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ rand = { version = "0.8.5", features = ["std_rng"] }
rouille = "3.6.2"
serde = { version = "1.0.145", features = ["derive"] }
serde_json = "1.0.86"
serde_urlencoded = "0.7.1"
sha2 = "0.10.6"
thiserror = "1.0.37"
time = "0.3.15"
tracing = "0.1.37"
ureq = { version = "2.10.1", features = ["json"] }

[package.metadata.deb]
maintainer-scripts = "debian/"
Expand Down
Loading

0 comments on commit b300b3b

Please sign in to comment.