Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.25 KB

README_CN.md

File metadata and controls

43 lines (30 loc) · 1.25 KB

英文

License codebeat badge Go Report Card Build Status Coverage Status

Nginx cas! 200+ 行实现的小巧邮箱认证服务

login

安装

go install github.com/vlorc/portier@latest

使用

  • portier
./portier -lang cn                         \
  -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

关键字

nginx cas, mail verify, auth_request, portier