biscuit-auth / biscuit-rust

Rust implementation of the Biscuit authorization token
https://www.biscuitsec.org
207 stars 30 forks source link

Biscuit v5 #217

Open Geal opened 6 months ago

Geal commented 6 months ago

This PR holds the upcoming changes for the v5 format:

codspeed-hq[bot] commented 5 months ago

CodSpeed Performance Report

Merging #217 will not alter performance

Comparing v5 (e59f41d) with main (bf2f22a)

Summary

✅ 12 untouched benchmarks

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 83.03030% with 84 lines in your changes missing coverage. Please review.

Project coverage is 68.66%. Comparing base (bf2f22a) to head (0cc0189).

Files with missing lines Patch % Lines
biscuit-auth/src/datalog/expression.rs 77.77% 26 Missing :warning:
biscuit-auth/src/format/convert.rs 81.65% 20 Missing :warning:
biscuit-auth/src/datalog/mod.rs 80.70% 11 Missing :warning:
biscuit-parser/src/builder.rs 47.61% 11 Missing :warning:
biscuit-auth/src/token/authorizer.rs 30.00% 7 Missing :warning:
biscuit-auth/src/token/builder.rs 84.44% 7 Missing :warning:
biscuit-auth/examples/testcases.rs 98.88% 1 Missing :warning:
biscuit-parser/src/parser.rs 97.56% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #217 +/- ## ========================================== + Coverage 67.27% 68.66% +1.39% ========================================== Files 25 25 Lines 5274 5655 +381 ========================================== + Hits 3548 3883 +335 - Misses 1726 1772 +46 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.