wuvt / wuvt-site

Website including a CMS, playlist information, and donation management tools
https://www.wuvt.vt.edu
GNU Affero General Public License v3.0
11 stars 12 forks source link

Trackman: Add basic authorization controls #254

Closed mutantmonkey closed 7 years ago

mutantmonkey commented 7 years ago

There are many features in Trackman that we don't want to have completely open. Although we are not putting authentication on the login page yet, we can update the session dictionary with some additional items. We can then use these items as authorization for certain features.

This partially addresses #158.