SquireOfSoftware / Web-Tech-Assignment-2

0 stars 0 forks source link

Login - Submit fake login data #1

Open SquireOfSoftware opened 7 years ago

SquireOfSoftware commented 7 years ago

Front end of the webpage, theres an id, password and you need to submit this to the database

AJAX for javascript form submission

Goal: Send a JSON object with a userid/email + password (just use text for now, focus on security later)

SquireOfSoftware commented 7 years ago

Research JSON objects, how does Javascript store variables and information.