Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use
Authorizer::to_string
for inspection
`to_string` provides a more complete view than `dump_code`, including facts origins. Before biscuit-auth/biscuit-rust#195, `to_string()` did not include authorizer facts on snapshots (before running `authorize`). This is not an issue with the latest biscuit-rust version (`4.1.1`), so it is safe to use `to_string()`
- Loading branch information