We should eventually create and allow session tokens for login instead of requiring the user to log in with their username and password every time they refresh the /admin page. Benefits would include:
- Allowing the user to stay signed in for a period of time
- Track logins and session tokens issued more easily allowing user to identify bad logins without us looking at the server logs
- (Eventually) allow certain people access to longer/unlimited job size
However, this is a low priority issue. Currently, they will have to log in every time they open the admin page.
We should eventually create and allow session tokens for login instead of requiring the user to log in with their username and password every time they refresh the
/adminpage. Benefits would include:However, this is a low priority issue. Currently, they will have to log in every time they open the admin page.