Updates the remember me cookie after authenticating a user.
Updates the remember me cookie after authenticating a user.
Tries to authenticate a user based on the cookie information.
Tries to authenticate a user based on the cookie information.
Gets the cookie that refers to the remember me strategy from the request and using the RememberMeToken tries to get a userId out of the cookie info. If successful proceeds to get the com.atomizesoftware.spin.auth.AuthenticatedUser
Removes the remember me cookie before the user logs out.
Removes the remember me cookie before the user logs out.
Checks if the remember me strategy authentication is valid for this request.
Checks if the remember me strategy authentication is valid for this request.
Handles cookies in order to keep the users authenticated, or log them out, as needed.