Lessons: 17Length: 1.9 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

4.7 Policies and Responses

Sails uses policies to enforce access control in our application. In this lesson, let's use policies to make sure that only authenticated users are able to view the dashboard. We'll also take a look at the responses that are included with Sails and add a new response to handle unauthenticated users.