From 55e8b3064c3a8448401b9d08ce56abfb66294e8a Mon Sep 17 00:00:00 2001 From: Thom Seddon Date: Tue, 26 Jun 2018 14:48:39 +0100 Subject: [PATCH] clarify multi-domain support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 890e3ee..81bb89e 100644 --- a/README.md +++ b/README.md @@ -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))