ueberauth / ueberauth_example

Example Phoenix application using Überauth for authentication
http://ueberauth-example.herokuapp.com
MIT License
220 stars 73 forks source link

Github not working with other apps? #23

Closed corroded closed 4 years ago

corroded commented 8 years ago

Hi, I am failry new to Elixir and Phoenix and am just following guides etc and I got a Github auth to actually work in my local. I then checked and tested https://ueberauth-example.herokuapp.com/ and every other link works except Github, which gives me a failed to authenticate error (see screenshot) screen shot 2016-08-24 at 9 05 30 am

I noticed though that it works again if I use an incognito window. Not sure if this is a legit issue but does that mean I can only have one app running that uses uberauth / github? Or am I doing something wrong here?

As additional info, I have a sample app that closely follows https://github.com/ueberauth/ueberauth_github. I've set it up in Github to point to localhost and it actually works:

screen shot 2016-08-24 at 9 08 37 am

doomspork commented 8 years ago

Thanks for the heads up @corroded, I'm going to assume this is a bug until we understand it more.

DarkMarmot commented 5 years ago

This still seems to be happening? Any chance of fixing this one?

doomspork commented 5 years ago

@DarkMarmot have you run this locally with your own credentials and verified it's an issue?

taj commented 4 years ago

closing this as it's solved with https://github.com/ueberauth/ueberauth_example/pull/60 can reopen if the issue still persists