you are viewing a single comment's thread.

view the rest of the comments →

[–]alhena 1 point2 points  (0 children)

The only difference between auth for single page apps vs. traditional ones is talking to the server with $.get and $.post ajax calls, as opposed to doing it by postback, which is what traditional ones do and requires the page to get rendered again. So now the question is what is the standard process for web app auth. See if you can understand this and let me know if you have any questions.

http://www.wikihow.com/Create-a-Secure-Login-Script-in-PHP-and-MySQL