#84 - fix remembering user #89
Reference in New Issue
Block a user
Delete Branch "#84-fix-remembering-user"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A random password for user is generated because AuthenticateSession middleware needs a user's password
for some checks. Users use Google to login, so they don't need to know the password.
Fixes #84
You've added hasher here, but it's not used.
Btw. you can inject Hasher into observer's constructor.