Skip to main content
Module

x/deno_csrf/mod.ts>computeVerifyAesGcmTokenPair

Provides Deno with the CSRF protection of rust-csrf.
Latest
variable computeVerifyAesGcmTokenPair
import { computeVerifyAesGcmTokenPair } from "https://deno.land/x/deno_csrf@0.0.5/mod.ts";

type

(
key: string,
tokenStr: string,
cookieStr: string,
) => unknown