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
- Host: GitHub
- URL: https://github.com/overminddl1/permission_ex_plugs
- Owner: OvermindDL1
- Created: 2016-06-10T18:44:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-10T22:43:29.000Z (about 10 years ago)
- Last Synced: 2025-10-29T02:03:09.606Z (9 months ago)
- Language: Elixir
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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