OpenmaizeJWT
JSON Web Token library for use with the Openmaize authentication library.
Installation
-
Add openmaize and openmaize_jwt to your
mix.exsdependencies
defp deps do
[{:openmaize, "~> 1.0"},
{:openmaize_jwt, "~> 0.12"}]
end-
List
:openmaizeand:openmaize_jwtas application dependencies
def application do
[applications: [:logger, :openmaize, :openmaize_jwt]]
end