Skip to content

Implemented AuthToken Authentication

Klaus Frank requested to merge AuthToken into master

Created by: agowa338

Implemented authentication using the AuthToken instead of username and password. Also it is no longer required to restart PowerShell if you misspelled your password the first time.

Now the AuthToken can be used instead of the username and password. Simply enter "AuthToken" as the username and an GitLab Authentication Token (with access to the GitLab API) into the password field.

Merge request reports