Feature ‐ Personalized User Log‐in Account - ddpalacios/home-server GitHub Wiki
As a user, I need to be able to log in to our personalized account via web-url where information would be specific to me.
Tasks:
-
Set up socket POLLING to keep track of users connecting to server
-
Send user a SECURE https connection to server url that hosts an HTML page with username & password field
-
Create a database to STORE user information
-
Keep track of user sessions after login