ShaunL12345 / SET09402CW

Repository For SET09402 Coursework
MIT License
2 stars 0 forks source link

Add the ability for the user to login #76

Open ShaunL12345 opened 2 months ago

ShaunL12345 commented 2 months ago

A login screen is required to allow for a variety of users such as

  1. A signupScreen should be created for the user to sign up 1.1 this data should be stored in the database using a hashing algorithm such as SHA256

  2. A login screen with a password and username for the user to login

  3. An authentication token should be generated when the user logs in 3.1. A timeout should be put on the authentication tokens to prevent permanent access to a potential malicious attacker that if the token was to fall into the wrong hands