VandyHacks / vaken

Next-gen hackathon registration system
MIT License
49 stars 12 forks source link

Serialize and deserialze sessions with email and userType #804

Open leonm1 opened 3 years ago

leonm1 commented 3 years ago

Fixes #522 by only serializing email and userType to DB.

I'm not sure if it'd be even better if we made it query all three hacker + organizer + sponsor models, as that way a log-out wouldn't be required when switching user types, but I feel this problem is better fixed in the user interface overhaul.