From a9445879d5be7af83edb8a03f79ee6e8a33262b5 Mon Sep 17 00:00:00 2001 From: Tigran Saluev Date: Mon, 18 Sep 2023 14:44:49 +0400 Subject: [PATCH] Fix typo in GitLab handler class name --- docs/auth.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/auth.rst b/docs/auth.rst index 8227b645..12f08964 100644 --- a/docs/auth.rst +++ b/docs/auth.rst @@ -117,7 +117,7 @@ Flower also supports GitLab OAuth for authentication. To enable GitLab OAuth, fo 1. Register Flower as an application at GitLab. You can refer to the `GitLab OAuth documentation`_ for detailed instructions on how to do this. 2. Once registered, you will obtain the credentials for Flower configuration. 3. In your Flower configuration, set the following options to activate GitLab OAuth: - - :ref:`auth_provider` to `flower.views.auth.GitlabLoginHandler`. + - :ref:`auth_provider` to `flower.views.auth.GitLabLoginHandler`. - :ref:`oauth2_key` to the "Application ID" obtained from GitLab. - :ref:`oauth2_secret` to the "Secret" obtained from GitLab. - :ref:`oauth2_redirect_uri`: Set this to the redirect URI configured in GitLab.