Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months ago
JSON representation
Set of Plugs / Lib to help with SSL Client Auth.
- Host: GitHub
- URL: https://github.com/jshmrtn/phoenix-client-ssl
- Owner: jshmrtn
- License: mit
- Archived: true
- Created: 2017-12-01T08:48:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-24T13:33:58.000Z (over 4 years ago)
- Last Synced: 2024-05-02T08:19:13.943Z (8 months ago)
- Topics: elixir, phoenix, plug, ssl, ssl-client-certificate
- Language: Elixir
- Size: 64.5 KB
- Stars: 18
- Watchers: 7
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- freaking_awesome_elixir - Elixir - Client SSL Authentication Plugs for Phoenix and other Plug-based apps. (Authentication)
- fucking-awesome-elixir - phoenix_client_ssl - Client SSL Authentication Plugs for Phoenix and other Plug-based apps. (Authentication)
- awesome-elixir - phoenix_client_ssl - Client SSL Authentication Plugs for Phoenix and other Plug-based apps. (Authentication)
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).