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

authorizer: always display authorizer facts and rules #195

Merged
merged 1 commit into from
Dec 29, 2023

Commits on Oct 31, 2023

  1. authorizer: always display authorizer facts and rules

    `impl Display for Authorizer` only used the datalog world for displaying facts. When calling `.to_string()` on an authorizer before `.authorize()`, authorizer facts and rules were not displayed (authorizer facts and rules are added to the datalog world only in `.authorize()`).
    
    After authorization, authorizer facts and rules are both in the world and the block, so deduplication is needed.
    divarvel committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    9feb665 View commit details
    Browse the repository at this point in the history