You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
With HTTP_BASIC_AUTH enabled, admin mutations were impossible: the
Basic credentials and the admin bearer token share the one
Authorization header, so a request could never satisfy both layers
(found by the first real user on the first real deployment). The gate
now also accepts the admin bearer token as a valid credential — it is
the higher-privilege secret and its own handler still validates it.