Externalauth Gitlab OAuth2 connector will allow users of your site to authenticate against a running gitlab instance via OAuth2. The module will not register new users, just map existing users via the email-address.
Externalauth Gitlab OAuth2 connector will allow users of your site to
authenticate against a running gitlab instance via OAuth2. The module will not
register new users, just map existing users via the email-address.
## Dependencies:
...
...
@@ -17,5 +19,5 @@ Externalauth Gitlab OAuth2 connector will allow users of your site to authentica
## Usage
* The module will add a new local task at `/user`
* When visiting that link the user will gets redirected to the gitlab instance, if the user authenticates successfully, it will get authenticated in Drupal.
* When visiting that link the user will gets redirected to the gitlab instance,
if the user authenticates successfully, it will get authenticated in Drupal.