fix: Update Drupal auth fetch to recognize 0 as no user when validating
- fix: Update Drupal auth fetch to recognize 0 as no user when validating
Previous versions of Drupal passed null when there was no user state for a token. In D10, the same requests set 0 as the user ID for anonymous/service accounts, leading to errors when the system attempts to fetch user info for the token.