Spikes
HTTPS
How does HTTPS keep websites secure?
Questions to consider
How is HTTPS different from HTTP?
How does TLS encryption work?
Useful resources
Stateless vs stateful authentication
What's the difference between stateless and stateful authentication?
Questions to consider
What is session-based (stateful) authentication? What is token-based (stateless) authentication?
What are the advantages and disadvantages of each?
Useful resources
Browser storage
What different methods can we use to store information in the browser?
Questions to consider
What's the difference between local storage, session storage and cookies?
What types of things would you store in each?
Where can we see what a web page has stored in our browser?
Useful resources
Attacks
How might our websites be vulnerable to hacking?
Questions to consider
What are the following types of attack?
Cross Site Scripting (XSS)
Cross Site Request Forgery (CSRF)
How can you defend against each of them?
Useful resources
Last updated
Was this helpful?