Flask application boilerplate with authentication system.
- Clone the repository.
- Initialize a virtual ENV inside the repository.
pip install -e .export FLASK_APP=flaskauthflask run
This is a boilerplate with a very simple and straightforward authentication. This boilerplate does not contain the "signup" logic. The logic that states when or when not a user should be log in should be made by everyone that plans on using this boilerplate.