webprogramming260 / .github

Web Programming 260 Instruction
MIT License
22 stars 125 forks source link

Make Simon stubs for login better #161

Closed leesjensen closed 1 week ago

leesjensen commented 5 months ago

In all the earlier simon examples make the login stubs better.

HTML add a password box JavaScript actually remember and compare the password Service pass the credentials to the server and keep an array of logged in users

leesjensen commented 1 week ago

Done