Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.
/ phoenix-client-ssl Public archive

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

License

Notifications You must be signed in to change notification settings

jshmrtn/phoenix-client-ssl

Repository files navigation

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.