biscuit-java
biscuit-java copied to clipboard
Java implementation of the Biscuit authentication and authorization token
See `add_code_with_params` in the rust library.
https://github.com/biscuit-auth/biscuit/pull/122
some methods like concatenation and .contains have been overloaded to work on more types (eg strings). We should make sure that they are properly implemented (and potentially add cases to...
See https://github.com/biscuit-auth/biscuit/pull/118
Uses BouncyCastle for the provider. ~~There are a few outstanding todos yet to be addressed, any pointers there~~ and feedback in general would be greatly appreciated. Thanks! ![Screenshot 2024-05-24 at...
cf https://github.com/biscuit-auth/biscuit/issues/148
We are looking at using Biscuit auth in our application but we are currently blocked with only `Ed25519` being supported for signing and verification. The reason we would like other...
* https://github.com/biscuit-auth/biscuit/issues/134
* https://github.com/biscuit-auth/biscuit/issues/130
* https://github.com/biscuit-auth/biscuit/issues/141