https://github.com/billstephens2022/python-flask-auth
An app where users can register/login and download a file once successfully logged in.
https://github.com/billstephens2022/python-flask-auth
css css3 flask flask-authentication flask-login html html5 python python-flask sql sqlalchemy werkzeug
Last synced: about 2 months ago
JSON representation
An app where users can register/login and download a file once successfully logged in.
- Host: GitHub
- URL: https://github.com/billstephens2022/python-flask-auth
- Owner: BillStephens2022
- Created: 2023-05-14T20:19:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T17:59:45.000Z (about 1 year ago)
- Last Synced: 2025-02-06T06:28:55.342Z (4 months ago)
- Topics: css, css3, flask, flask-authentication, flask-login, html, html5, python, python-flask, sql, sqlalchemy, werkzeug
- Language: CSS
- Homepage:
- Size: 4.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python-Flask-Authentication
## Description
This is an app that allows users to register/login and download a file once logged in. This app
was built using the Python Flask framework, SQLite to store users in a database, and flask_login
to authenticate users. The app also utilizes flash messages to display error messages to user
for authentication errors.Screenshots below:





## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)
- [Contributing](#contributing)
- [Tests](#tests)
- [Questions](#questions)
## Installation
run main.py from command line in terminal
## Usage
register as a new user and login. Upon login, user can download a pdf file.## License
This application is covered under the MIT License.
For more information: https://opensource.org/licenses/MIT
## Contributing
N/A
## Tests
N/A## Questions
Contact Info
GitHub user name: BillStephens2022
Link to GitHub profile: https://github.com/BillStephens2022
Email: [email protected]