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.
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.