Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jshmrtn/phoenix-client-ssl

Set of Plugs / Lib to help with SSL Client Auth.
https://github.com/jshmrtn/phoenix-client-ssl

elixir phoenix plug ssl ssl-client-certificate

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Phoenix Client SSL

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/jshmrtn/phoenix-client-ssl/master/LICENSE)
![.github/workflows/elixir.yml](https://github.com/jshmrtn/phoenix-client-ssl/workflows/.github/workflows/elixir.yml/badge.svg)
[![Hex.pm Version](https://img.shields.io/hexpm/v/phoenix_client_ssl.svg?style=flat)](https://hex.pm/packages/phoenix_client_ssl)
[![InchCI](https://inch-ci.org/github/jshmrtn/phoenix-client-ssl.svg?branch=master)](https://inch-ci.org/github/jshmrtn/phoenix-client-ssl)

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`:

```elixir
def deps do
[{:phoenix_client_ssl, "~> 0.5"}]
end
```

The docs can be found at [https://hexdocs.pm/phoenix_client_ssl](https://hexdocs.pm/phoenix_client_ssl).