An open API service indexing awesome lists of open source software.

https://github.com/overminddl1/permission_ex_plugs

Plug system for permission_ex
https://github.com/overminddl1/permission_ex_plugs

Last synced: 3 days ago
JSON representation

Plug system for permission_ex

Awesome Lists containing this project

README

          

# PermissionEx.Plugs

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

1. Add permission_ex_plugs to your list of dependencies in `mix.exs`:

def deps do
[{:permission_ex_plugs, "~> 0.0.1"}]
end

2. Ensure permission_ex_plugs is started before your application:

def application do
[applications: [:permission_ex_plugs]]
end