Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chapter 9: Advanced Login #14

Open
jonsgreene opened this issue Mar 5, 2020 · 1 comment
Open

Chapter 9: Advanced Login #14

jonsgreene opened this issue Mar 5, 2020 · 1 comment

Comments

@jonsgreene
Copy link
Owner

jonsgreene commented Mar 5, 2020

The basic login system developed in Chapter 8 is fully functional, but most modern websites include the ability to “remember” users when they visit the site again even if they’ve closed their browsers in the interim. In this chapter, we use permanent cookies to implement this behavior. We’ll start by automatically remembering users when they log in (Section 9.1), a common model used by sites such as Bitbucket and GitHub. We’ll then add the ability to optionally remember users using a “remember me” checkbox, a model used by sites such as Twitter and Facebook.

@jonsgreene
Copy link
Owner Author

Stopped at 9.1.4 Two subtle bugs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant