/heimdall

Elixir JWT Plug

Primary LanguageElixir

Heimdall

Heimdall is a combination of Plug and wrapper for JWT encode/decode.

Installation

def deps do
  [
    {:heimdall, git: "https://github.com/arthurstomp/heimdall" tag: "1.0.0"}
  ]
end

Documentation can be generated with ExDoc.