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

the work on [3rd party blocks](https://github.com/biscuit-auth/biscuit/issues/88) has been advancing well, not finished yet but already enough to get started, so it is a good time to look at the Java...

The errors returned by the library have no explanation attached, and often do not contain enough information to act on them. We should take inventory of the errors

Hi, you merged some PR and tagged a 3.0.2 but it looks like you forgot to create a GitHub release to trigger the GitHub action that deploys the artifacts on...

the library has been written in a way that is not very idiomatic, mainly through using types from the vavr project. This has helped us gain confidence in the implementation...

the library is now able to verify and authorize tokens containing 3rd party blocks, but it cannot generate them yet

https://github.com/biscuit-auth/biscuit/pull/127

good first issue

- [x] update samples - [x] implement automated tests based on the samples.json file - [ ] check serialization consistency between source code and serialized biscuits - [ ] check...

As discussed on the Matrix server, I needed to have the policies in the World (which should already be there if I'm not wrong?). This PR intends to add them...

Thanks for a nice library. When querying facts on an authorizer, the returned types are com.clevercloud.biscuit.token.builder.Term - this class hierarchy does not have public accessors, so it is difficult to...