Skip to content

Commit

Permalink
OpenID Connect implementation (closes #298)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdecimus committed Sep 30, 2024
1 parent 1fed40a commit 6a5f963
Show file tree
Hide file tree
Showing 18 changed files with 899 additions and 149 deletions.
22 changes: 22 additions & 0 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions crates/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ xxhash-rust = { version = "0.8.5", features = ["xxh3"] }
psl = "2"
dashmap = "6.0"
aes-gcm-siv = "0.11.1"
biscuit = "0.7.0"
rsa = "0.9.2"
p256 = { version = "0.13", features = ["ecdh"] }
p384 = { version = "0.13", features = ["ecdh"] }

[target.'cfg(unix)'.dependencies]
privdrop = "0.5.3"
Expand Down
Loading

0 comments on commit 6a5f963

Please sign in to comment.