Making users log in every single time they visit our application might not be the best in terms of user experience. What if users could indicate they want to be remembered for subsequent visits at the point of logging in? In this lesson, we'll cover how to do just that.
What you'll learn
- How to remember users for subsequent visits
- How the remember me functionality works
- Implementing remember me with both the
attempt
andlogin
methods