Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno_csrf/lib/lib.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/lib/lib.ts";

type

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