Currently, the parser just swallows any errors silently. Obviously, this is far from ideal. While errors are collected in [Parser.cs](https://github.com/dmunch/biscuit-net/blob/main/src/parser/Parser.cs#L96), they're never surfaced to the user.
Currently, the parser just swallows any errors silently. Obviously, this is far from ideal.
While errors are collected in Parser.cs, they're never surfaced to the user.