Function useCookieSignatureMiddleware

  • Returns a boolean indicating whether the cookie signature middleware was used in the given context.

    Parameters

    • context: Context<any, any, {}>

      The Hono context object.

    Returns boolean

    A boolean indicating whether the cookie signature middleware was used.

Generated using TypeDoc