README.md
[](https://coveralls.io/github/heyorbit/elixir-jwt-utils?branch=master)
[](https://hex.pm/packages/jwt_test_utils)
[](https://hexdocs.pm/jwt_test_utils)
[](https://travis-ci.org/heyorbit/elixir-jwt-utils)
[](https://beta.hexfaktor.org/github/heyorbit/elixir-jwt-utils)
# JwtTestUtils
Test utils for app based JWT authentication
Features:
* Create mocked JWT tokens
* Create Plug.Conn structs with an injected JWT token
## Installation
Add to dependencies
```elixir
def deps do
[{:jwt_test_utils, "~> 0.1.1", only: :test}]
end
```
```bash
mix deps.get
```