biscuit-java icon indicating copy to clipboard operation
biscuit-java copied to clipboard

Java implementation of the Biscuit authentication and authorization token

Results 27 biscuit-java issues
Sort by recently updated
recently updated
newest added

this is required for the next iteration of the specification: https://github.com/biscuit-auth/biscuit/issues/129

https://www.oracle.com/java/technologies/javase/codeconventions-namingconventions.html Current API is really not idiomatic because of that.

Adds the capability to create a KeyPair by providing a `Signer` delegate which knows how to sign block byte[] directly. Existing usages will infer a `PrivateKeySigner`, however the intended use...

I created a fork with a related [PR](https://github.com/ghubstan/biscuit-java/pull/6) to see if the biscuit-auth authors might consider inspecting, testing, discussing, and merging it into a new release of the Biscuit Java...

What Adds serializeBase64UrlNoPadding() methods to embed biscuit tokens in URL parameters without padding characters safely (=). Why Padding characters in base64-encoded tokens can cause issues when used in URLs. This...