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
Sistema completo de autenticação PHP com registro, login seguro (bcrypt), recuperação de senha via código por email e dashboard responsivo. Proteção contra SQL Injection via PDO, validação em tempo real e sessão persistente.
Full-stack authentication system built from scratch using PHP, MySQL, HTML & CSS. Features user registration, login/logout, password hashing, session management, role-based access control, and separate User/Admin dashboards. Built without frameworks to strengthen my core web development and authentication fundamentals.