UNPKG

@berlingske-media/bm.node-module.gateway_jwt

Version:

AuthGateway JWT verification library based on public JWKS endpoint

2 lines (1 loc) 131 B
export declare const expressJwtSecret: (options: any) => (req: any, header: any, payload: any, cb: any) => Promise<string | void>;