|
|
|
|
|
by cyounkins
1664 days ago
|
|
Cool! I currently do a self-hosted version using nginx, certbot, and vouch-proxy [1]. Nginx checks with vouch for every HTTP request and redirects to Google for SSO if unauthenticated. It works well for humans in browsers, but not so much for robots. I'm sure I could configure nginx to do token-based auth, just haven't had the need. [1] https://github.com/vouch/vouch-proxy |
|