ash-project / ash_policy_authorizer

A policy based access authorizer for the Ash Framework

Home Page:https://hexdocs.pm/ash_policy_authorizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AshPolicyAuthorizer

Elixir CI License: MIT Coverage Status Hex version badge

Installation

If available in Hex, the package can be installed by adding ash_policy_authorizer to your list of dependencies in mix.exs:

def deps do
  [
    {:ash_policy_authorizer, "~> 0.16.3-rc.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ash_policy_authorizer.

About

A policy based access authorizer for the Ash Framework

https://hexdocs.pm/ash_policy_authorizer

License:MIT License


Languages

Language:Elixir 100.0%