digitalfondue / lavagna

Lavagna: issue tracker/project management tool
http://lavagna.io
GNU General Public License v3.0
636 stars 110 forks source link

GitHub OAuth is not working #162

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hi, I tried to set up OAuth with GitHub and I am getting the following error after getting redirected from GitHub:

Username/Password is not correct or the account is not enabled

I tried creating the account manually from admin panel with the oauth.github provider and marking it as active, but the error is still present.

Here is the configuration in Lavagna: image

Here is the configuration in GitHub: image

What am I doing wrong?

syjer commented 2 years ago

hi @spiralw

looking at the configuration it seems everything is correct, I'll have a look this afternoon if we have introduced some bug.

syjer commented 2 years ago

hi @spiralw , I confirm we need to change something on our side, we need to update our oauth connector: https://developer.github.com/changes/2020-02-10-deprecating-auth-through-query-param/ .

syjer commented 2 years ago

I'll do a small check for the other oauth provider, if everything is ok, I'll do a release tomorrow, thank you for reporting the issue :+1:

syjer commented 2 years ago

should be fixed in the 1.1.9 release.

ghost commented 2 years ago

it's working perfectly now, thanks!