thelooter / labplus_for_gitlab

Lab+ for Gitlab is an App to manage your interactions with your Gitlab Instance from your phone or Desktop
MIT License
57 stars 4 forks source link

Impossible to login with basic auth when using 2FA on account #51

Closed Int-Circuit closed 5 months ago

Int-Circuit commented 5 months ago

When using the basic auth option (regardless of http/https) with an account with 2FA, you get an "unauthorized" error. This makes the basic auth option useless as the only other option is to use a PAT token to login

thelooter commented 5 months ago

This is a limitation of the Gitlab API. This is not something I can currently fix. See here for more details https://docs.gitlab.com/ee/user/profile/account/two_factor_authentication.html#use-personal-access-tokens-with-two-factor-authentication

thelooter commented 5 months ago

Are there still anymore questions or can I close this issue

Int-Circuit commented 5 months ago

Thx for the explanation, hope you have a great day