Filters whether the auth cookie should only be sent over HTTPS.
wp_set_auth_cookie
Sets the authentication cookies based on user ID.
wp_parse_auth_cookie
Parses a cookie into its components.
wp_generate_auth_cookie
Generates authentication cookie contents.
Advertisement
auth_cookie
Filters the authentication cookie.
auth_cookie_bad_session_token
Fires if a bad session token is encountered.
auth_cookie_valid
Fires once an authentication cookie has been validated.
auth_cookie_bad_username
Fires if a bad username is entered in the user authentication process.
Advertisement
auth_cookie_bad_hash
Fires if a bad authentication cookie hash is encountered.
auth_cookie_expired
Fires once an authentication cookie has expired.
auth_cookie_malformed
Fires if an authentication cookie is malformed.
wp_logout
Fires after a user is logged-out.
Advertisement
wp_validate_auth_cookie
Validates authentication cookie.
wp_logout
Log the current user out.
wp_login_failed
Fires after a user login has failed.