© 2026 Hedgehog Software, LLC
return await env.ASSETS.fetch(request, { headers: { 'Set-Cookie': `${cookie}=${jwt}; Secure` } });
return new Response(null, { headers: { 'Set-Cookie': `${cookie}=${jwt}; Secure` } });