Skip to content

fix: Update Drupal auth fetch to recognize 0 as no user when validating

Martin Lowe requested to merge malowe/main/1.1.8 into main
  • 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.

Merge request reports

Loading