UNPKG

@arsendoman/book-publisher-store

Version:

A Nest.js package for book publishing and storing

8 lines (6 loc) 186 B
import { JwtFromRequestFunction } from 'passport-jwt'; export interface JwtAuthOptions { jwtFromRequest: JwtFromRequestFunction; ignoreExpiration: boolean; secretOrKey: string; }