UNPKG

commencer

Version:

Easy-to-use authentication integration template for beginners

9 lines (7 loc) 193 B
import { JwtPayload } from "jsonwebtoken" export interface SessionJwtPayload extends JwtPayload{ sessionID:string } export interface UserJwtPayload extends JwtPayload{ userId:string }