BenFenner / flail_web_sinatra

Web interface to Flail, the medieval exception catcher. This time using Sinatra.
0 stars 2 forks source link

Add the ability to log out. #3

Open BenFenner opened 10 years ago

BenFenner commented 10 years ago

The logout route already exists, but there should be a link to it in the main navigation bar. Because of the way github_auth works, logging out can be problematic. There is a descriptive error message in place for this, but it also gets displayed to the user the next time they log in successfully which is not good. Have fun fixing that, future developer. ;-)