You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
However, we do not recommend this as it will not work with 2FA enabled, and GitLab is removing
84
+
ROPC-based flows without client IDs in a future release. We recommend you obtain tokens for
85
+
automated workflows as linked above or obtain a session cookie from your browser.
80
86
81
-
See `issue 380<https://github.com/python-gitlab/python-gitlab/issues/380>`_
82
-
for a detailed discussion.
87
+
For apython example of password authentication using the ROPC-based OAuth2
88
+
flow, see `this Ansible snippet<https://github.com/ansible-collections/community.general/blob/1c06e237c8100ac30d3941d5a3869a4428ba2974/plugins/module_utils/gitlab.py#L86-L92>`_.