To help simplify the setup for local development, it would be beneficial to utilize node's in-memory store to keep track of login sessions (at most 1 when running mathbook locally which is totally acceptable) as opposed to having Redis up and running alongside the server during local development.