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
@@ -106,6 +106,7 @@ export async function GET(req: NextRequest) {
? NO_STORE_CACHE_CONTROL
: cachePolicy.responseCacheControl,
fetchCache: "no-store",
includeSupabaseIdentity: true,
publicMessage: "Failed to fetch city detail batch",
revalidateSeconds: cachePolicy.revalidateSeconds,
signal: controller.signal,