Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruanbekker/flask-sessions-demo
Python Flask Sessions Demo
https://github.com/ruanbekker/flask-sessions-demo
flask flask-bootstrap flask-session python python-flask
Last synced: 26 days ago
JSON representation
Python Flask Sessions Demo
- Host: GitHub
- URL: https://github.com/ruanbekker/flask-sessions-demo
- Owner: ruanbekker
- Created: 2019-05-15T06:55:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T06:25:07.000Z (about 2 years ago)
- Last Synced: 2025-01-01T13:47:32.644Z (about 1 month ago)
- Topics: flask, flask-bootstrap, flask-session, python, python-flask
- Language: HTML
- Size: 10.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flask-sessions-demo
Python Flask Sessions Demo## Screenshots
Home:
![image](https://user-images.githubusercontent.com/567298/57758065-27e79980-76f7-11e9-866f-5c39ae6c78a1.png)
Unknown User:
![image](https://user-images.githubusercontent.com/567298/57758092-3766e280-76f7-11e9-8c7a-221101bf0100.png)
Incorrect Password:
![image](https://user-images.githubusercontent.com/567298/57758146-4f3e6680-76f7-11e9-99c1-99f9e1232981.png)
Log in with user `[email protected]` / pass `pass123` :
![image](https://user-images.githubusercontent.com/567298/57758337-bf4cec80-76f7-11e9-8d9a-4b0c9362bf01.png)
Logout:
![image](https://user-images.githubusercontent.com/567298/57758290-a2b0b480-76f7-11e9-8a3b-9bca4ecd225c.png)