biscuit-auth / biscuit-rust

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

Biscuit v5 #217

Open Geal opened 5 months ago

Geal commented 5 months ago

This PR holds the upcoming changes for the v5 format:

codspeed-hq[bot] commented 4 months ago

CodSpeed Performance Report

Merging #217 will not alter performance

Comparing v5 (22bd667) with main (c2618db)

Summary

✅ 12 untouched benchmarks

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 83.21513% with 71 lines in your changes missing coverage. Please review.

Project coverage is 68.33%. Comparing base (c2618db) to head (22bd667).

Files Patch % Lines
biscuit-auth/src/datalog/expression.rs 81.73% 19 Missing :warning:
biscuit-auth/src/format/convert.rs 82.52% 18 Missing :warning:
biscuit-parser/src/builder.rs 16.66% 10 Missing :warning:
biscuit-auth/src/datalog/mod.rs 81.63% 9 Missing :warning:
biscuit-auth/src/token/authorizer.rs 30.00% 7 Missing :warning:
biscuit-auth/src/token/builder.rs 73.91% 6 Missing :warning:
biscuit-auth/examples/testcases.rs 98.70% 1 Missing :warning:
biscuit-parser/src/parser.rs 97.50% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #217 +/- ## ========================================== + Coverage 67.49% 68.33% +0.83% ========================================== Files 25 25 Lines 5347 5653 +306 ========================================== + Hits 3609 3863 +254 - Misses 1738 1790 +52 ```

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