Lib

This folder holds utility files that are used throughout files in the app/ folder that do not access the database or flask session data.

decorators.py

The requires_login decorator is explained here.

Other new decorators will be explained here.

security.py

This file is described in detail here