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: 15 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-24T13:33:58.000Z (almost 5 years ago)
- Last Synced: 2025-03-25T08:07:59.981Z (20 days ago)
- Topics: elixir, phoenix, plug, ssl, ssl-client-certificate
- Language: Elixir
- Size: 64.5 KB
- Stars: 19
- Watchers: 6
- 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
[](https://raw.githubusercontent.com/jshmrtn/phoenix-client-ssl/master/LICENSE)

[](https://hex.pm/packages/phoenix_client_ssl)
[](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).