MindfulLearner / php-oop-2

API logic behind pure js and pure php
0 stars 0 forks source link

JS | Implement login functionality from front-end to back-end #9

Closed MindfulLearner closed 1 month ago

MindfulLearner commented 1 month ago

Description: Set up the login system allowing users to authenticate from the front-end (UI) to the back-end. Ensure session management is secure and properly stored, and handle incorrect login attempts with proper error messages.

MindfulLearner commented 1 month ago

done