Forward Supabase identity for terminal data proxies

This commit is contained in:
2569718930@qq.com
2026-06-14 07:26:15 +08:00
parent b1edb1b7e1
commit abe08de769
3 changed files with 19 additions and 0 deletions
+1
View File
@@ -75,6 +75,7 @@ export async function GET(req: NextRequest) {
fetchCache: "no-store",
publicMessage: "Failed to fetch scan terminal data",
revalidateSeconds: cachePolicy.revalidateSeconds,
includeSupabaseIdentity: true,
signal: controller.signal,
timeoutPublicMessage: "Scan terminal request timed out",
timing: timer,