Prerequisites for the Course

Ryan Chenkie: [0:00] There is a prerequisite to this course, and the prerequisite is my React Security Fundamentals course. This course goes into detail about how you would start to think about security and authentication in your React app.

[0:13] We learn how to secure a React application with JSON Web Tokens. We start out by having our JSON Web Tokens in local storage, but we later move them to an HTTP only cookie. We also learn about particular vulnerabilities in a React application like cross-site scripting, and cross-site request forgery.

[0:31] Overall, this React Security Fundamentals course sets the groundwork for what we'll cover in this advanced course. It's totally free. You can get access for free at this URL, go to courses.reactsecurity.io and you'll see it there.