You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a Python-based User Authentication System using SQLite3 for database management, SHA-256 for password hashing, and regular expressions for email validation. It allows users to register, log in, access a home page, and log out securely, with simple command-line interaction and session management.