Skip to content

reddyarun474/arun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-Simpleauth

Simple mysql authentication with flask

Installation

Install requirements

apt install python-flask python-mysqldb python-bcrypt

Load database

mysql -u USERNAME -p DATABASENAME < db.sql

example:
mysql -u root -p flask < db.sql

Config

Edit the config file and save it as 'config.conf'

Run application

python app.py

Default username/password is admin/admin

ToDo

  • Add more security
  • Add editable passwords for the user / admin# MY-WEB

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages