A simple and secure Django-based authentication system that includes user login, logout, and registration functionalities. This project demonstrates the fundamentals of session-based authentication using Django's built-in user model.
- β User Registration (Sign Up)
- π User Login / Logout
- π Session-based Authentication
- π‘οΈ Password Hashing
- π§ Redirects based on login state
- π Responsive UI with Bootstrap
- Backend: Django (Python)
- Frontend: HTML, CSS, Bootstrap
- Database: SQLite (Default Django DB)