No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2020-07-11 00:36:59 -04:00
lib Initial commit 2020-07-11 00:06:05 -04:00
test Initial commit 2020-07-11 00:06:05 -04:00
.formatter.exs Initial commit 2020-07-11 00:06:05 -04:00
.gitignore Initial commit 2020-07-11 00:06:05 -04:00
LICENSE Initial commit 2020-07-11 00:06:05 -04:00
mix.exs Add additional metadata to mix.exs 2020-07-11 00:36:59 -04:00
mix.lock Initial commit 2020-07-11 00:06:05 -04:00
README.md Initial commit 2020-07-11 00:06:05 -04:00

Meseeks

Can do! A simple Elixir authorization system!

Mr. Meseeks

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!