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.
Simple Authentication demo with clean, entry-level Login and Registration system built using native PHP and MySQL. Features session management, modular files, and secure password hashing.
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.