Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.27 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.27 KB

中文

License codebeat badge Go Report Card Build Status Coverage Status

Nginx cas! 200+ lines of small email authentication service

login

Installing

go install github.com/vlorc/portier@latest

Quick Start

  • portier
./portier                                  \ 
  -cookie.domain .example.com              \
  -mail.addr smtp.exmail.qq.com:465        \ 
  -mail.user xxxx                          \ 
  -mail.pass xxxx
  • app
python -m http.server -b 127.0.0.1 8080
  • nginx
nginx -c example/nginx.conf

Keyword

nginx cas, mail verify, auth_request, portier