An open API service indexing awesome lists of open source software.

https://github.com/eattrenclenhard/php-login-system

A simple PHP web application that allows users to register, log in, and log out.
https://github.com/eattrenclenhard/php-login-system

bootstrap html-css-javascript mysql nginx-docker php

Last synced: about 2 months ago
JSON representation

A simple PHP web application that allows users to register, log in, and log out.

Awesome Lists containing this project

README

          

## Project Description:

A simple PHP web application that allows users to register, log in, and log out. It features input validation for registration and login forms, session management for user authentication, and displays basic user information after registration. Key features include:

- **User Registration**: Account creation with input validation (e.g., email format, password strength).
- **Login & Logout**: Secure user authentication and session management.
- **User Info Display**: Shows basic details entered during registration.

The app ensures security through validation, session handling, and basic authentication.
![image](https://github.com/user-attachments/assets/68eb2954-f935-4e66-9c05-41182e34cc9a)
![image](https://github.com/user-attachments/assets/659543a5-8538-4476-bc81-a283ad6f2b71)
![image](https://github.com/user-attachments/assets/38b66be1-c225-42ae-a33e-3d7886539701)