UNPKG

@antelopejs/auth-jwt

Version:

Authentication and authorization module that implements the Auth interface of antelopejs with JWT

7 lines (6 loc) 301 B
import { JWTHandler, JWTHandlerConfig } from './jwt'; export declare function construct(config: JWTHandlerConfig): Promise<void>; export declare function getJWTHandler(): JWTHandler; export declare function destroy(): void; export declare function start(): void; export declare function stop(): void;