biscuit-auth / biscuit-rust

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

Add UnverifiedBiscuit::verify #189

Closed divarvel closed 5 months ago

divarvel commented 10 months ago

It takes a RootKeyProvider (instead of a closure like check_signature).

It avoids introducing a breaking change by keeping check_signature as is (but deprecates it). verify is more consistent with the terminology anyway.