Open
Conversation
15d7d35 to
f516fc9
Compare
f516fc9 to
f54f9a5
Compare
f54f9a5 to
6d94fad
Compare
c5d1a18 to
c8b6b62
Compare
Signature cookbook now exposes more generic endpoints, allowing to integrate more easily in real use cases context. The endpoints now works on biscuit.Builder or biscuit.Verifier instead of raw biscuits, so the signature flow can be chained with others Verifier now exposes a SHA256Sum proxy to the biscuit one to avoid an extra biscuit parameter requirement on signature verifcation. Verifier PrintWorld now run the world on call to ease debugging. This ensure rules have generated their facts before printing.
c8b6b62 to
036e25b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
provide a
cookbook/signedbiscuitpackage, exposing helpers to Generate / Sign / Verify biscuits, that are usable out of the box by external parties. This avoid the facts and query creation complexity, and ease the consistency between the biscuit and verifier definition.