Creating an Authentication System
A common feature of web applications is to allow people to sign up and create an account, and then be able to log in with an email address and password. There are many security concerns that need to be taken into account when implementing such a feature. Fortunately, Ruby on Rails has several pre-built tools to make implementing a login system easy.
5 videos • 3 quizzes • 1 code challenge
-
Play
Preview
Pulling the Latest Code
1 minutes 15 seconds
-
ABC
Preview
Quiz: Pulling the Latest Code
3 questions
-
Play
Preview
Installing Devise
5 minutes 24 seconds
-
ABC
Preview
Quiz: Installing Devise
4 questions
-
Play
Preview
Generating the User Model
6 minutes 0 seconds
-
Play
Preview
Generating the Devise Views
6 minutes 23 seconds
-
Code Challenge
Preview
Code Challenge: Updating the User Model
1 objective
-
Play
Preview
Migrating Statuses
4 minutes 26 seconds
-
ABC
Preview
Quiz: Review
5 questions
Fix it!
In this stage, we add an authentication system and association to statuses. We also introduce an error. For extra credit, try fixing the errors before Jim does in the next video in the series.