From f96a3fb332d4f1398c6ced304641de4b6892155f Mon Sep 17 00:00:00 2001 From: Thom Seddon Date: Thu, 10 Dec 2020 21:39:49 +0000 Subject: [PATCH] Remove double brackets typo in readme (#218) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b0c5444b..f08116e5 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ A minimal forward authentication service that provides OAuth/SSO login and authe - Seamlessly overlays any http service with a single endpoint (see: `url-path` in [Configuration](#configuration)) - Supports multiple providers including Google and OpenID Connect (supported by Azure, Github, Salesforce etc.) - Supports multiple domains/subdomains by dynamically generating redirect_uri's -- Allows authentication to be selectively applied/bypassed based on request parameters (see `rules` in [Configuration](#configuration))) -- Supports use of centralised authentication host/redirect_uri (see `auth-host` in [Configuration](#configuration))) +- Allows authentication to be selectively applied/bypassed based on request parameters (see `rules` in [Configuration](#configuration)) +- Supports use of centralised authentication host/redirect_uri (see `auth-host` in [Configuration](#configuration)) - Allows authentication to persist across multiple domains (see [Cookie Domains](#cookie-domains)) - Supports extended authentication beyond Google token lifetime (see: `lifetime` in [Configuration](#configuration))