-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
I thought it was worth mentioning that storing the username and password in the cookie is a huge security risk. You should be using a hash of some description saved in the database.
There are some more details here, http://jaspan.com/improved_persistent_login_cookie_best_practice
kgbph