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

https://github.com/j3rn/meseeks

Can do! A simple Elixir authorization system!
https://github.com/j3rn/meseeks

authorization elixir elixir-lang phoenix phoenix-framework rbac

Last synced: about 1 year ago
JSON representation

Can do! A simple Elixir authorization system!

Awesome Lists containing this project

README

          

# 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](https://hexdocs.pm/meseeks).

## Installation

The package can be installed by adding `meseeks` to your list of dependencies in `mix.exs`:

```elixir
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](https://github.com/ueberauth/guardian#permissions). However, if you need a dead simple authorization system for RBAC otherwise, you've come to the right place!