Popularity
4.0
Stable
Activity
0.0
Stable
19
6
6

Monthly Downloads: 103
Programming language: Elixir
License: MIT License
Tags: Authentication    
Latest version: v0.5.0

phoenix_client_ssl alternatives and similar packages

Based on the "Authentication" category.
Alternatively, view phoenix_client_ssl alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of phoenix_client_ssl or a related project?

Add another 'Authentication' Package

README

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.


*Note that all licence references and agreements mentioned in the phoenix_client_ssl README section above are relevant to that project's source code only.