From a738e78eeaaf20eba946f709ff08f0f68a3e42a1 Mon Sep 17 00:00:00 2001 From: Ranjan Kumar Patel Date: Thu, 1 Nov 2018 18:40:10 +0530 Subject: [PATCH] exclusion added exclusion added --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index a9adfe6..c48d11a 100644 --- a/README.rst +++ b/README.rst @@ -15,6 +15,13 @@ authentication`_. .. _basic access authentication: http://en.wikipedia.org/wiki/Basic_access_authentication +More Configuration +------------------ + +- BASIC_AUTH_FORCE = True +- BASIC_AUTH_EXCLUDE = ["falsk_endpoint:method_type"] +- e.g.: ["site_map:GET"] + Links -----