In episode 17 you’ll add a distinction between a regular user and an admin user through the use of additional policies.
Building a Sails Application: Ep16 - Fixing and Issue With Policies From Episode 14.
In episode 16 you’ll make a change to the policies and sign a user in when an account is created. This will fix some stuff I forgot to do back in episode 14.
Building a Sails Application: Ep15 - Improving User Authenticated Navigation.
In episode 15 you’ll change the layout page to greatly improve post authentication navigation.
Building a Sails Application: Ep14 - User Authentication and Restricting Access Through Policies.
In episode 14 learn more about user authentication, creating the create and destroy actions of the session controller as well as restricting access to the application through the use of policies.
Building a Sails Application: EP13 - Sign-in Page, Session Controller, New Action, and Sessions.
In episode 13 learn how to create a sign-in page, create a session controller with a new action and take a relatively deep dive into understanding sessions.