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

Ensure that existing datalog methods are correctly implemented on all required data types #61

Open divarvel opened 1 year ago

divarvel commented 1 year ago

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 the conformance suite if this is not done)