This is an automated email from the ASF dual-hosted git repository.
willbarrett pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new 825f993 authentication type methods docs (#10378)
825f993 is described below
commit 825f993dcbc5febfb5a40fe82e23d95c620c541c
Author: Hossein Torabi <[email protected]>
AuthorDate: Tue Aug 4 00:12:03 2020 +0430
authentication type methods docs (#10378)
---
docs/security.rst | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/docs/security.rst b/docs/security.rst
index ca99457..73d0192 100644
--- a/docs/security.rst
+++ b/docs/security.rst
@@ -177,3 +177,9 @@ possible to create a situation where two roles conflict in
such a way as to
limit a table subset to empty. For example, the filters ``client_id=4`` and
and ``client_id=5``, applied to a role, will result in users of that role
having
``client_id=4 AND client_id=5`` added to their query, which can never be true.
+
+Supported Authentication Types
+""""""""""""""""""""""""""""""
+Superset has been written on top of `Flask-AppBuilder
<https://flask-appbuilder.readthedocs.io/en/latest/>`_, So it uses the
Authentication Types that Flask-ApBuilder.
+Fore more detail please follow this link:
+`Supported Authentication Types on Flask-AppBuilder
<https://flask-appbuilder.readthedocs.io/en/latest/security.html#supported-authentication-types>`_