Python Login System
This is a basic login + authenticason system for flask using Flask_Login and Flask_SQLAlchemy
Get started on your own
To use this system in a profesonal way, there are 2 things you need to do getting started.
1st, Delete all the contents of the 'user.database.db' file
2nd, In the 'app.py' server file change the 'secret_key' atrabute of the app object to something sercret and complex to enable the sucurity of you system