Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump dependencies #55

Merged
merged 2 commits into from
Mar 30, 2024
Merged

chore: bump dependencies #55

merged 2 commits into from
Mar 30, 2024

Commits on Feb 26, 2024

  1. chore: bump dependencies

    including `biscuit-auth` to `4.1.1`. This will fix an issue when displaying authorizer snapshots: all the facts and rules will be displayed, even when authorization has not been run yet.
    divarvel committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    bef0a33 View commit details
    Browse the repository at this point in the history
  2. 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()`
    divarvel committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    b8a58bd View commit details
    Browse the repository at this point in the history