Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 921 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 921 Bytes

Phoenix Client SSL

GitHub license Build Status Hex.pm Version InchCI

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:

def deps do
  [{:phoenix_client_ssl, "~> 0.2"}]
end

The docs can be found at https://hexdocs.pm/phoenix_client_ssl.