README.md
# Joken
[](http://hexdocs.pm/joken/) [](https://hex.pm/packages/joken) [](https://travis-ci.org/bryanjos/joken)
[Documentation](http://hexdocs.pm/joken/)
A JSON Web Token (JWT) Library
Please, see our documentation and guides [here](http://hexdocs.pm/joken/)
## Usage
Add Joken to your deps:
``` elixir
def deps do
# .. other deps
{:joken, "~> 2.0-rc0"}
end
```
All set!
## LICENSE
See the [LICENSE.txt](LICENCE.txt) file.
## DISCLAIMER
This library would not be possible without the work of @potatosalad (Andrew Bennet). Specifically his library [erlang-jose](https://github.com/potatosalad/erlang-jose/)