UNPKG

@foal/jwt

Version:

Authentication with JWT for FoalTS

3 lines (2 loc) 136 B
import { HttpResponse } from '@foal/core'; export declare function setAuthCookie(response: HttpResponse, token: string): Promise<void>;