Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 913 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 913 Bytes

Phoenix Client SSL

GitHub license .github/workflows/elixir.yml 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.5"}]
end

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