Hex.pmDocs

Authorization superpowers for your Ecto schemas.

Janus prioritizes:

Documentation

If you're reading this on GitHub, head over to the HexDocs.

If you're already on HexDocs, here's where you might head next:

Installation

Janus can be installed by adding ex_janus to your deps in mix.exs:

defp deps do
[
{:ex_janus, "~> 0.2.0-alpha.3"}
]
end

Development

To set up and test Janus locally:

$ git clone https://github.com/zachallaun/ex_janus && cd ex_janus
$ mix deps.get
# Set up test database and run tests with code coverage report
$ mix setup
$ mix t