Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Changelog
## 0.1.0
First release. AshParc binds Ash's policy DSL to one `Parc` policy, so a single
declared policy authorizes every action across every resource.
- `AshParc.can_perform/2`, an `Ash.Policy.SimpleCheck` gating a write or generic
action on the policy's verdict.
- `AshParc.build_request/3`, which builds the `Parc.Request` for a resource-owned
`Ash.Policy.FilterCheck` that row-scopes a read.
- `AshParc.ResetAshContext`, a `Parc.RequestPreparer` that uplifts allow-listed
Ash shared-context keys and drops the rest.