UNPKG

refresh-tokens

Version:

refresh tokens library for nodejs server with mongodb

6 lines (5 loc) 83 B
declare namespace Express { export interface Request { token?: string; } }