Skip to content

Repository files navigation

Secure Login System

A secure web-based authentication system built with PHP, SQLite, HTML, CSS, and JavaScript. It demonstrates password hashing, session-based authentication, CSRF protection, and protected dashboard access.

Features

  • User registration with input validation
  • Password hashing using PHP's password API
  • Session-based login and logout
  • Protected dashboard for authenticated users
  • CSRF protection on login and register forms

Run locally

  1. Start the app:
    cd /workspaces/Secure-Login-System
    ./serve.sh
  2. Open http://127.0.0.1:8000/login.php

Files

About

A secure web-based authentication system developed using PHP, MySQL, HTML, CSS, and JavaScript. This project demonstrates the implementation of secure authentication practices, including password hashing, session management

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages