ColoradoSchoolOfMines / acm-site

Source code for acm.mines.edu
https://acm.mines.edu
GNU General Public License v3.0
2 stars 0 forks source link

Fix authentication/authorization issues #42

Closed OxygenCobalt closed 1 year ago

OxygenCobalt commented 1 year ago

Resolves #41. Seemingly the only change was the requirement to obtain user information from the database on every request through some simple changes to serializeUser and deserializeUser.