https://github.com/eniompw/flasklogintextfile
Flask Login using a Text File
https://github.com/eniompw/flasklogintextfile
flask login python signup
Last synced: about 2 months ago
JSON representation
Flask Login using a Text File
- Host: GitHub
- URL: https://github.com/eniompw/flasklogintextfile
- Owner: eniompw
- License: mit
- Created: 2024-05-13T09:13:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T09:38:27.000Z (about 2 years ago)
- Last Synced: 2025-03-27T04:43:47.210Z (about 1 year ago)
- Topics: flask, login, python, signup
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flask Login TextFile
Flask Login using a Text File
## Code Ref:
* [Flask Quickstart](https://flask.palletsprojects.com/en/3.0.x/quickstart/#a-minimal-application)
* [Rendering Templates](https://flask.palletsprojects.com/en/3.0.x/quickstart/#rendering-templates)
* [HTML Forms](https://www.w3schools.com/html/html_forms.asp)
* [HTTP Methods GET & POST](https://flask.palletsprojects.com/en/3.0.x/quickstart/#http-methods)
* [Python File Write](https://www.w3schools.com/python/python_file_write.asp)
* [Python Read](https://www.w3schools.com/python/python_file_open.asp)
* [Python String strip()](https://www.w3schools.com/python/ref_string_strip.asp)
## Similar Repos:
* [Forms GET & POST](https://github.com/eniompw/FormsInFlask)
* [Messaging App using Files](https://github.com/eniompw/FlaskMSG)
* [Flask Login with Database](https://github.com/eniompw/FlaskLogin)