biscuit-auth / biscuit-java

Java implementation of the Biscuit authentication and authorization token
https://biscuitsec.org/
Apache License 2.0
28 stars 13 forks source link

Introduce UnverifiedBiscuit #37

Closed KannarFr closed 2 years ago

KannarFr commented 2 years ago

ByteString -[from_bytes()] -> UnverifiedBiscuit -[verify(publicKey)] -> Biscuit -[authorizer()]-> Authorizer -[authorize(runLimits)] -> Exception|Void

KannarFr commented 2 years ago

@Korbik can you review?