Centralize authentication #598
Reference in New Issue
Block a user
Delete Branch "move-authentication-to-global-level"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
By default, every page in the app should require authentication except registration/login/password resets.
Centralizing auth allows us to implement actions that run around the authentication lifecycle easier.
Not currently in use. Removing until there is a need.