dwyl / time-mvp-node

The most basic version of our Time App possible to start *using* it internally!
https://time-mvp.herokuapp.com
GNU General Public License v2.0
13 stars 2 forks source link

Clicking Verification Link in Email on Different Device does not show Timers #26

Open nelsonic opened 7 years ago

nelsonic commented 7 years ago

Because the new device does not have the session from the previous device we have no way of loading the existing timers.

So... we need to login the user when they click the verification link and give them a new session but attached to the existing user.

relates to: https://github.com/nelsonic/time-mvp/issues/16