UNPKG

@foal/jwt

Version:

Authentication with JWT for FoalTS

3 lines (2 loc) 135 B
import { Context } from '@foal/core'; export declare function getCsrfTokenFromCookie(request: Context['request']): string | undefined;