Authenticate the user by validating the session using the sessionId from the browser's cookies

  • Parameters

    • input: {
          event: RequestEvent<Partial<Record<string, string>>, string>;
          resolve(
              event: RequestEvent<Partial<Record<string, string>>, string>,
              opts?: ResolveOptions,
          ): MaybePromise<Response>;
      }

    Returns MaybePromise<Response>