Skip to content

v1.4.1

Choose a tag to compare

@zkCaleb-dev zkCaleb-dev released this 22 Aug 04:38
· 37 commits to main since this release
05e9665

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.