clarify multi-domain support

This commit is contained in:
Thom Seddon 2018-06-26 14:48:39 +01:00
parent 5ad4b260ef
commit 55e8b3064c

View File

@ -7,7 +7,7 @@ A minimal forward authentication service that provides Google oauth based login
## Why?
- Seamlessly overlays any http service with a single endpoint (see: `-url-path` in [Configuration](#configuration))
- Supports multiple domains/subdomains
- Supports multiple domains/subdomains by dynamically generating redirect_uri's
- Allows authentication to persist across multiple domains (see [Cookie Domains](#cookie-domains))
- Supports extended authentication beyond Google token lifetime (see: `-lifetime` in [Configuration](#configuration))