import { type CookiesGetOptions } from "https://deno.land/x/deno_nest@v3.15.1/mod.ts";
Properties
When signed is true, you must provide a secret string signedSecret
to be used for signing in Hono
or set keys
when app is created.
Such as:
const app = await NestFactory.create(AppModule, Router, {
keys: ["nest"],
});