README.md
# Phoenix Client SSL
[](https://raw.githubusercontent.com/jshmrtn/phoenix-client-ssl/master/LICENSE)
[](https://travis-ci.org/jshmrtn/phoenix-client-ssl)
[](https://hex.pm/packages/phoenix_client_ssl)
[](https://inch-ci.org/github/jshmrtn/phoenix-client-ssl)
Set of Plugs / Lib to help with SSL Client Auth.
## Installation
The package can be installed by adding `phoenix_client_ssl` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:phoenix_client_ssl, "~> 0.3"}]
end
```
The docs can be found at [https://hexdocs.pm/phoenix_client_ssl](https://hexdocs.pm/phoenix_client_ssl).