Skip to content

Commit

Permalink
Fix typo in GitLab handler class name (#1325)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saluev authored Sep 18, 2023
1 parent 066cf49 commit 74c1919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/auth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 74c1919

Please sign in to comment.