Skip to main content
Module

x/deno_csrf/mod.ts>computeAesGcmTokenPair

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

type

(key: string, ttlSeconds: number) => unknown