uwasystemhealth / IndEAA

A web application that streamlines course review by industry advisory panels
https://indeaa.systemhealthlab.com
2 stars 0 forks source link

Document login bug #141

Open MouseAndKeyboard opened 3 years ago

MouseAndKeyboard commented 3 years ago

When developing Indeaa a common bug I've been experiencing is: When I've wiped the database and started fresh, the login doesn't work. This is due to Feathers storing the session data in localstorage.

This could probably fixed somehow. But since it only really impacts developers (and is a rather quick-fix) it's not really a priority.