phoenix_client_ssl

Set of Plugs / Lib to help with SSL Client Auth.


Keywords
elixir, phoenix, plug, ssl, ssl-client-certificate
License
MIT

Documentation

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.