Set of Plugs / Lib to help with SSL Client Auth.
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.