biscuit-auth / biscuit-rust

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

Reject if #199

Closed divarvel closed 3 months ago

divarvel commented 8 months ago

See https://github.com/biscuit-auth/biscuit/issues/141

This adds reject if support to the parser as well as the serialization layer, raising the block version to 5 when used.

This PR does not introduce an equivalent to reject if all because i'm not sure what it would look like and whether it would be useful.