The-Authenticators / gitpom

A pomodoro timer which integrates with github issues for mad efficiency and cool stuff.
https://salty-wave-92062.herokuapp.com/
MIT License
7 stars 4 forks source link

Login Bug #59

Closed njsfield closed 7 years ago

njsfield commented 7 years ago

This is a general bug with redirecting.

After initially logging in and setting credentials, redirecting to home does not initially carry credentials (you have to click log in again, it's like a delay between your credentials being set).

Solution? Instead of redirecting, reply with a view with message 'Success you've logged in, click to go to your profile', which includes a button to direct you to your desired route. Or additionally add client side javascript that automatically clicks this button

marisid commented 7 years ago

Thanks @njsfield!