{"id":26045134,"url":"https://github.com/sahirc22/flask-auth-webapp","last_synced_at":"2026-04-22T13:32:29.694Z","repository":{"id":279824896,"uuid":"940107580","full_name":"SahirC22/Flask-auth-Webapp","owner":"SahirC22","description":"This project is a Flask-based user authentication system that includes registration, login, and dashboard access. The system ensures secure user authentication using Flask, SQLite, and Werkzeug for password hashing. The front-end is designed with Bootstrap 5 to provide a modern and responsive UI.","archived":false,"fork":false,"pushed_at":"2025-02-27T16:38:14.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-27T23:29:36.245Z","etag":null,"topics":["application","css","flask","html","login-page","registration-system","web"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SahirC22.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-27T16:18:30.000Z","updated_at":"2025-02-27T16:38:17.000Z","dependencies_parsed_at":"2025-02-27T23:29:39.919Z","dependency_job_id":"ae52c4c9-70f9-4614-9616-9a706d572e8e","html_url":"https://github.com/SahirC22/Flask-auth-Webapp","commit_stats":null,"previous_names":["sahirc22/flask-auth-webapp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SahirC22%2FFlask-auth-Webapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SahirC22%2FFlask-auth-Webapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SahirC22%2FFlask-auth-Webapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SahirC22%2FFlask-auth-Webapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SahirC22","download_url":"https://codeload.github.com/SahirC22/Flask-auth-Webapp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242451455,"owners_count":20130401,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["application","css","flask","html","login-page","registration-system","web"],"created_at":"2025-03-07T19:31:52.227Z","updated_at":"2026-04-22T13:32:24.658Z","avatar_url":"https://github.com/SahirC22.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask Authentication System  \n\nA **secure user authentication system** built using Flask, SQLite, and Bootstrap 5. This project includes **user registration, login, session management, and a dashboard**.  \n\n## 🚀 Features  \n- **User Registration:** Create an account with a username, email, and password.  \n- **Secure Login:** Passwords are hashed using Werkzeug.  \n- **Session Management:** Users stay logged in until they log out.  \n- **Responsive UI:** Bootstrap 5 for a modern and mobile-friendly design.  \n- **Logout Functionality:** Users can securely log out.  \n\n## 🛠️ Tech Stack  \n- **Backend:** Flask (Python)  \n- **Database:** SQLite  \n- **Frontend:** HTML, CSS, Bootstrap 5  \n- **Security:** Password hashing with Werkzeug  \n\n## 📂 Project Structure  \n/flask_auth_app\n│── app.py                # Main Flask application\n│── database.db            # SQLite database\n│── /static\n│   ├── styles.css         # Custom CSS for styling\n│── /templates\n│   ├── base.html          # Base template for layout\n│   ├── home.html          # Homepage\n│   ├── register.html      # Registration page\n│   ├── login.html         # Login page\n│   ├── dashboard.html     # User dashboard\n│── README.md              # Project documentation\n│── LICENSE                # License file\n│── .gitignore             # Git ignore file\n\n## 🎯 Installation \u0026 Setup  \n1. **Clone the repository**  \n   ```bash\n   git clone https://github.com/SahirC22/flask-auth-Webapp.git\n   cd flask-auth-Webapp\n\n2. **Create a virtual environment**\n   \n   #Mac and Linux:\n   ```bash\n   python -m venv venvsource venv/bin/activate\n   ```\n   #Windows:\n   ```bash\n   venv\\Scripts\\activate\n   ```\n\n3. **Install dependencies**\n   ```bash\n   pip install flask flask_sqlalchemy werkzeug\n   ```\n4. **Run the application**\n   ```bash\n   python app.py\n   ```\n5. **Open in your Browser**\n   http://127.0.0.1:5000\n\n🛡️ Security Features\n\t•\tHashed Passwords: Passwords are stored securely using Werkzeug hashing.\n\t•\tSession-Based Authentication: Only logged-in users can access the dashboard.\n\t•\tForm Validation: Prevents SQL Injection and XSS attacks.\n\n🌟 Future Enhancements\n\t•\tGoogle OAuth Login\n\t•\tEmail Verification\n\t•\tProfile Page for Users\n\t•\tTwo-Factor Authentication (2FA)\n\n   This project is licensed under the MIT License.\n\n🤝 Contributing\n\nFeel free to fork this project and make improvements! Open a pull request if you add any features.\n\n📞 Contact\n\nFor any queries, reach out to:\n✉️ Email: rajsahir001@gmail.com\n🔗 GitHub: SahirC22\n---\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsahirc22%2Fflask-auth-webapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsahirc22%2Fflask-auth-webapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsahirc22%2Fflask-auth-webapp/lists"}