-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Front-end
- needs to include username/email and password fields
- option to sign up if user is not a member yet
- login page has a title
- button to submit
Back-end
- check if all fields are filled in and if they contain valid characters (alphanumeric and
-,_) - verify whether username exists and if it does check if it matches the encrypted password
- return response to front-end
