Fix missing resource id in cache

This commit is contained in:
Owen
2026-07-18 16:15:30 -04:00
parent 02fe1f3abd
commit 9e2ec72ced

View File

@@ -418,7 +418,7 @@ export async function verifyResourceSession(
}
// check for HTTP Basic Auth header
const clientHeaderAuthKey = `headerAuth:${clientHeaderAuth}`;
const clientHeaderAuthKey = `headerAuth:${resource.resourceId}:${clientHeaderAuth}`;
if (headerAuth && clientHeaderAuth) {
if (localCache.get(clientHeaderAuthKey)) {
logger.debug(