biscuit-auth / biscuit-java

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

authorize colon & digit #49

Closed KannarFr closed 1 year ago

KannarFr commented 2 years ago

Fixes https://github.com/CleverCloud/biscuit-java/issues/48

Korbik commented 2 years ago

We should add unit tests because we have missed this case and I would like to avoid at least regretion

Geal commented 2 years ago

Agreed, it needs more tests

KannarFr commented 1 year ago

@Korbik LGTY?

Korbik commented 1 year ago

I have added a test on the parser. Looks good to me.