Skip to content

Commit

Permalink
add passkeys to zauth
Browse files Browse the repository at this point in the history
  • Loading branch information
xerbalind committed Jan 26, 2025
1 parent 7f1091a commit 35d79e1
Show file tree
Hide file tree
Showing 21 changed files with 1,131 additions and 17 deletions.
254 changes: 253 additions & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ thiserror = "1.0"
validator = { version = "0.16", features = [ "derive" ] }
jsonwebtoken = "9.1"
openssl = "0.10"
webauthn-rs = { version = "0.5.0", features = [
"conditional-ui"
]}
webauthn-rs-proto = "0.5.1"

[build-dependencies]
openssl = "0.10"
Loading

0 comments on commit 35d79e1

Please sign in to comment.