Reedyn / Just-Another-Webshop

Webshop built for a university PHP project
2 stars 1 forks source link

Login functionality #16

Closed Reedyn closed 10 years ago

Reedyn commented 10 years ago

Implement a login feature using the db.php matchPassword() function and localStorage.

Reedyn commented 10 years ago

I suggest we use $_SESSION instead of localStorage and track the login using Cookies. But keep the shopping cart functionality with localStorage.