digitalfondue / lavagna

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

Github login bad url #21

Closed erm3nda closed 8 years ago

erm3nda commented 8 years ago

I've tried to enable Github login using my API key, but oauth url is not okey. Got 404 from github.

syjer commented 8 years ago

Hi @erm3nda , I'll check on our test instance.

syjer commented 8 years ago

Hi @erm3nda ,it work correctly on out test instance. You should check that the urls/token/users are correct.

For example in our test instance we have:

github configuration:

github_app_conf

lavagna oauth configuration:

oauth_github

The "client id" from github must be put in the "api key" section and the "client secret" in the secret section. The callback url provided by lavagna should be pasted in the github configuration.

And finally, the user must be present in the system with the oauth.github provider.

erm3nda commented 8 years ago

Ok, was my mistake, did not pay good attention. Thank you.

syjer commented 8 years ago

you're welcome :).