jazzband/website

Login fails

jayvdb opened this issue · 7 comments

Odd, something about the access token missing when returning from GitHub's API. I wonder if this is throttling. I added a bit more logging, could you please try again and see if it's still triggered?

This time I made it through to the form asking for permissions, but then on submission of the form I am told

Something went wrong during login. Please try again.

Something went wrong during login. Please try again.

I'm also getting this when I try to log in at https://jazzband.co/account/login:

Screen Shot 2019-04-06 at 7 31 45 PM

Screen Shot 2019-04-06 at 7 32 00 PM

Okay folks, I've done some light refactoring and moved the code base to Flask-Dance for the GitHub auth handling, simply to be able to see more what's going on and handle GitHub rate limiting better. Could you please try again?

Works perfectly for me. Nicely done.

Works for me as well, thank you very much! :)

Nice, closing this for now. Please let me know if it returns.