Lessons: 19Length: 3 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

3.1 Authorization (Part 1)

In this video, we’ll add basic authorization to our application. We’ll restrict the creation of a book only to authenticated readers. We’ll also review how to test methods in ApplicationController.