README.md

# Phoenix Client SSL

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/jshmrtn/phoenix-client-ssl/master/LICENSE)
[![Build Status](https://travis-ci.org/jshmrtn/phoenix-client-ssl.svg?branch=master)](https://travis-ci.org/jshmrtn/phoenix-client-ssl)
[![Hex.pm Version](https://img.shields.io/hexpm/v/phoenix_client_ssl.svg?style=flat)](https://hex.pm/packages/phoenix_client_ssl)
[![InchCI](https://inch-ci.org/github/jshmrtn/phoenix-client-ssl.svg?branch=master)](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).