UNPKG

@jmilanes/passport-remember-me

Version:

Passport strategy to authenticate users with remember me cookie.

10 lines (9 loc) 274 B
import { ConfigOptions } from "./types"; export declare class Config { private options; private static instance; private constructor(); static create(options: any): void; static merge(options: any): any; static get<T>(key: keyof ConfigOptions): T; }