
Flask Auth MVP
A secure, lightweight authentication system built with Flask. This MVP supports user registration, login/logout, session handling, and route protection using Flask-Login. Security is enforced through CSRF tokens and secure password hashing. While foundational features are in place, future upgrades will include CAPTCHA, brute-force protection, and rate limiting.
Flask Auth Demo View Code