Skip to content

Commit

Permalink
migrate to biscuit for jwt parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
wiomoc committed Dec 14, 2021
1 parent 6100731 commit b71899d
Show file tree
Hide file tree
Showing 5 changed files with 251 additions and 206 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
env:
RUSTFLAGS: "-Zinstrument-coverage"
LLVM_PROFILE_FILE: "mshrtsr-%p-%m.profraw"
RUST_TEST_THREADS: 1
run: >
cargo build &&
cargo test &&
Expand Down
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ coveralls = { repository = "wiomoc/mosquitto-jwt-auth" }
crate-type=["dylib"]

[dependencies]
jsonwebtoken = "6.0.1"
serde_derive = "1.0.97"
serde = "1.0.97"
base64 = "0.10.1"
biscuit = "0.6.0-beta1"
serde_variant = "0.1.1"

0 comments on commit b71899d

Please sign in to comment.