Skip to content

Commit

Permalink
Implement token-based authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
svenrademakers committed Sep 27, 2023
1 parent 23fab75 commit fa8d493
Show file tree
Hide file tree
Showing 9 changed files with 814 additions and 48 deletions.
186 changes: 158 additions & 28 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion bmcd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ serde_yaml = "0.9.25"
tpi_rs = { path = "../tpi_rs" }
clap = { version = "4.4.2", features = ["cargo"] }
openssl = "0.10.57"
rand = "0.8.5"
pwhash = "1.0.0"
base64 = "0.21.4"

anyhow.workspace = true
log.workspace = true
Expand All @@ -23,4 +26,3 @@ tokio.workspace = true
tokio-util.workspace = true
futures.workspace = true
serde.workspace = true
rand = "0.8.5"
Loading

0 comments on commit fa8d493

Please sign in to comment.