mirror of
https://github.com/J3RN/meseeks
synced 2026-08-31 19:10:18 +00:00
No description
- Elixir 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| lib | ||
| test | ||
| .formatter.exs | ||
| .gitignore | ||
| LICENSE | ||
| mix.exs | ||
| mix.lock | ||
| README.md | ||
Meseeks
Can do! A simple Elixir authorization system!
Getting Started
In order to reduce duplication of docs, please read the usage information in the Meseeks documentation on Hexdocs.
Installation
The package can be installed by adding meseeks to your list of dependencies in mix.exs:
def deps do
[
{:meseeks, "~> 0.1.0"}
]
end
When to use
If you are storing your permissions inside a JWT, you're probably looking for Guardian. However, if you need a dead simple authorization system for RBAC otherwise, you've come to the right place!