holsee / joken

Elixir JWT library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Joken

Documentation Downloads Build

Documentation

A JSON Web Token (JWT) Library

Please, see our documentation and guides here

Usage

Add Joken to your deps:

def deps do
  # .. other deps
  {:joken, "~> 2.0"},
  # Recommended JSON library
  {:jason, "~> 1.1"}
end

All set! (don't forget to take a look at our guides and documentation!)

Benchmarking

To run benchmarks just:

# mix run benchmarks/{some_benchmark_file}.exs

# Example:
mix run benchmarks/hs_benchmark.exs

LICENSE

See the LICENSE.txt file.

DISCLAIMER

This library would not be possible without the work of @potatosalad (Andrew Bennet). Specifically his library erlang-jose

About

Elixir JWT library

License:Apache License 2.0


Languages

Language:Elixir 100.0%