summaryrefslogtreecommitdiff
path: root/doc/source/overview_auth.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/overview_auth.rst')
-rw-r--r--doc/source/overview_auth.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/source/overview_auth.rst b/doc/source/overview_auth.rst
index 59a42fb75..9453aca95 100644
--- a/doc/source/overview_auth.rst
+++ b/doc/source/overview_auth.rst
@@ -373,8 +373,6 @@ Extending Auth
TempAuth is written as wsgi middleware, so implementing your own auth is as
easy as writing new wsgi middleware, and plugging it in to the proxy server.
-The `Swauth <https://github.com/openstack/swauth>`_ project is an example of
-an additional auth service.
See :doc:`development_auth` for detailed information on extending the
auth system.