Chapter 9. Using Security and Sessions Effectively
In this chapter, we will cover:
Encrypting and decrypting data
Hashing passwords and other data
Using CSRF tokens and filters in forms
Using advanced validation in forms
Building a shopping cart
Using Redis to save sessions
Using basic sessions and cookies
Creating a secure API server