https://github.com/leynier/flask-login-without-orm
Example of how to use Flask Login without ORM.
https://github.com/leynier/flask-login-without-orm
example example-project flask flask-application flask-login python python3
Last synced: 10 months ago
JSON representation
Example of how to use Flask Login without ORM.
- Host: GitHub
- URL: https://github.com/leynier/flask-login-without-orm
- Owner: leynier
- License: mit
- Created: 2021-02-04T05:09:55.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-26T06:12:40.000Z (over 3 years ago)
- Last Synced: 2025-03-15T23:17:58.284Z (10 months ago)
- Topics: example, example-project, flask, flask-application, flask-login, python, python3
- Language: Python
- Homepage: https://flask-login.readthedocs.io
- Size: 173 KB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flask Login without ORM

Example of how to use Flask Login without ORM.
**IMPORTANT!!!:** User passwords should never be stored in plain text in the database (or wherever they are stored). What is saved is a hash of the password.