This project try to show and explain (auto comments) Flask Login module (flask_login). Covering the features such as:
- Login Manager
- User Loader
- Login Required
- Log in action
- Log out action
- Remember Session (cookie)
- Before do anything, run the file __create-db.py
- Then, install the python 3 dependencies running the next command:
$ pip3 install -r requirements.txt
- Finally run the app executing the next command:
$ python3 app.py
PS: the source code is commented to explain certain functionalities.