All Projects → jshmrtn → phoenix-client-ssl

jshmrtn / phoenix-client-ssl

Licence: MIT license
Set of Plugs / Lib to help with SSL Client Auth.

Programming Languages

elixir
2628 projects
erlang
1774 projects

Projects that are alternatives of or similar to phoenix-client-ssl

accent
Dynamically convert the case of your JSON API keys
Stars: ✭ 27 (+50%)
Mutual labels:  phoenix, plug
Guardian
Elixir Authentication
Stars: ✭ 3,150 (+17400%)
Mutual labels:  phoenix, plug
guardian trackable
A Guardian hook to track user sign ins.
Stars: ✭ 25 (+38.89%)
Mutual labels:  phoenix, plug
plug rest
REST behaviour and Plug router for hypermedia web applications in Elixir
Stars: ✭ 52 (+188.89%)
Mutual labels:  phoenix, plug
Logster
Easily parsable single line, plain text and JSON logger for Plug and Phoenix applications
Stars: ✭ 171 (+850%)
Mutual labels:  phoenix, plug
Terraform
A simple plug for incrementally transforming an API into Phoenix. Check out the blog post:
Stars: ✭ 379 (+2005.56%)
Mutual labels:  phoenix, plug
plug rails cookie session store
Rails compatible Plug session store
Stars: ✭ 93 (+416.67%)
Mutual labels:  phoenix, plug
Absinthe plug
Plug support for Absinthe, the GraphQL toolkit for Elixir
Stars: ✭ 209 (+1061.11%)
Mutual labels:  phoenix, plug
Authex
Authex is an opinionated JWT authentication and authorization library for Elixir.
Stars: ✭ 73 (+305.56%)
Mutual labels:  phoenix, plug
Liberator
An Elixir library for building RESTful applications.
Stars: ✭ 28 (+55.56%)
Mutual labels:  phoenix, plug
Appsignal Elixir
🟪 AppSignal for Elixir package
Stars: ✭ 176 (+877.78%)
Mutual labels:  phoenix, plug
alternate
Plug and Phoenix helpers to localize your web app via the URL
Stars: ✭ 26 (+44.44%)
Mutual labels:  phoenix, plug
live deck
A Real-Time Presentation Application Powered by Phoenix LiveView
Stars: ✭ 71 (+294.44%)
Mutual labels:  phoenix
contextual
🌈 Generate your Ecto contexts using this macro and eliminate boilerplate
Stars: ✭ 18 (+0%)
Mutual labels:  phoenix
one-scan
多合一网站指纹扫描器,轻松获取网站的 IP / DNS 服务商 / 子域名 / HTTPS 证书 / WHOIS / 开发框架 / WAF 等信息
Stars: ✭ 44 (+144.44%)
Mutual labels:  ssl
phoenix-liveview-15m.twitter
Based on the "real-time Twitter clone in 15 minutes with LiveView and Phoenix", from Chris McCord
Stars: ✭ 40 (+122.22%)
Mutual labels:  phoenix
ZLToolKit
一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO
Stars: ✭ 1,302 (+7133.33%)
Mutual labels:  ssl
prometheus-phoenix
Prometheus.io Phoenix instrumenter
Stars: ✭ 66 (+266.67%)
Mutual labels:  phoenix
SuperSimpleTcp
Simple wrapper for TCP client and server in C# with SSL support
Stars: ✭ 263 (+1361.11%)
Mutual labels:  ssl
mail
golang send mail with SSL,TLS and support NTLM,LOGIN,PLAIN AUTH...
Stars: ✭ 29 (+61.11%)
Mutual labels:  ssl

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 the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].