Parses a signed cookie to get its value.
Returns a promise with the signed cookie value from the given cryptographic key.
Returns a promise of a boolean indicating whether the signed cookie is valid.
Please provide a reason for reporting this package. We will review your report and take appropriate action.
Please review the JSR usage policy before submitting a report.
Add Package
deno add jsr:@std/http
Import symbol
import * as mod from "@std/http/unstable_signed_cookie";
Import directly with a jsr specifier
import * as mod from "jsr:@std/http/unstable_signed_cookie";