A login page implemented by using only Python core libs, bootstrap and jquery.
When the user is logged in - a list of active users is displayed.
- Python 3.5.2
- Jquery 3.3.1
- Bootstrap 4
- Sqlite 3
- No sign-up page - data is pre seeded with a script.
- Registered users details is listed in
config.py
$ virtualenv -p python3 venv
$ source venv/bin/activate(venv)$ python db.py create seedmydb.dbfile should be created indata/- to print out the data simply run
python db.py select-<table_name>(table_name= users or sessions)
(venv)$ python login_server.py
Enter PEM pass phrase : 1234install the security/cert.pem file on your browser.
open your browser on https://localhost:4443.