Flask Authentication System (Free Version) - Kritim Yantra

Flask Authentication System (Free Version) - Kritim Yantra

Category

Web Development

Tags

Python Flask CSS

Price

Free

This project is free to download.

Login/Register to Download

Continue with Google

Technical Support

Need Assistance?

Experiencing download issues or technical glitches? Our dedicated support team is here to assist you promptly.

Note: UPI is available for Indian customers.

For international support, feel free to email us at support@kritimyantra.com.

Technical Details

Software Versions

Python 3.8+

Framework

Flask

Compatible Browsers

Google Chrome, Mozilla Firefox, Brave, Microsoft Edge, Safari, Opera

Files Included

Python, HTML, CSS, JavaScript

Home Page Without Login
Home Page After Login
Login Page
Register Page

Description

🛠 Features

  • ✔ Google & GitHub Authentication
  • ✔ User Registration & Login
  • ✔ Profile/Dashboard Access
  • ✔ Secure & Minimalistic Design
  • ✔ Easy Deployment

🛠 Technical Details

  • 🔹 Framework: Flask
  • 🔹 Authentication: OAuth (Google & GitHub)
  • 🔹 Session Management: Flask-Login
  • 🔹 Database: SQLite (Can be modified for other databases)

📌 Installation & Setup

1️⃣ Download and Extract

Download the ZIP file flask-auth-system and extract it.
Navigate to the project directory:
cd flask-auth-system

2️⃣ Create a Virtual Environment

Run the following commands based on your OS:
python -m venv venv
source venv/bin/activate   # On macOS/Linux
venv\Scripts\activate      # On Windows

3️⃣ Install Dependencies

pip install -r requirements.txt

4️⃣ Run the Application

flask run  # or python run.py
The app will be available at http://127.0.0.1:5000/