kelsin / coretheloothound

Ember.js front end to By Fire Be Purged
MIT License
7 stars 4 forks source link

Clicking logout immediately logs you back in #16

Open ginovva320 opened 7 years ago

ginovva320 commented 7 years ago

As soon as you click logout, the spinner icon shows which logs you back in.

kelsin commented 7 years ago

Right now this is behaving as intended since there is no content when logged out at all.

So that begs the question: what is this preventing you from doing? What do you see the behavior being?

ginovva320 commented 7 years ago

Gotcha. It's definitely a minor issue that would not affect most users.

The situation I ran into was that I was signed into battle.net on my secondary battle.net account, and then when accessing coretheloothound, it automatically tried to auth with that account. My wow account is on my main battle.net account, and since I couldn't logout on coretheloothound, I had to go to battle.net, logout, then go back to coretheloothound.

kelsin commented 7 years ago

Cool, you'd have to go to battle.net and log out there regardless since third parties aren't allowed to log you out of battle.net.

Probably making a home page with instructions is best, so let's make that the issue to do. Once we get a home page we can turn off the auto login.