Skip to content
/ portier Public

Nginx cas! 200+ lines of small email authentication service

License

Notifications You must be signed in to change notification settings

vlorc/portier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

中文

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