From 015d91a6199de25e38f7cd559343e014251ee886 Mon Sep 17 00:00:00 2001 From: Jerzy Zawadzki Date: Thu, 28 Nov 2019 00:01:04 +0100 Subject: [PATCH] Removed simple_form and simple_pre_auth --- security/auth_providers.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/security/auth_providers.rst b/security/auth_providers.rst index f5ec3723c7b..69fd0abaaa2 100644 --- a/security/auth_providers.rst +++ b/security/auth_providers.rst @@ -21,8 +21,6 @@ use-case matches one of these exactly, they're a great option: * :doc:`json_login ` * :ref:`X.509 Client Certificate Authentication (x509) ` * :ref:`REMOTE_USER Based Authentication (remote_user) ` -* ``simple_form`` -* ``simple_pre_auth`` .. _security-http_basic: