From 10cd7fb737772e4e765587c9246b1f5d85acd609 Mon Sep 17 00:00:00 2001 From: Hans Zandbelt Date: Mon, 22 Apr 2019 11:06:41 +0200 Subject: [PATCH] add reference to mod_sts Signed-off-by: Hans Zandbelt --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a6b9df7..f158cd8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # ngx_sts_module A security token exchange module for the NGINX web server which allows for exchanging arbitrary security tokens by calling into a remote Security Token Service (STS). +For an overview and rationale see the Apache version of this module at https://github.com/zmartzone/mod_sts/blob/master/README.md. ## Quickstart