UNPKG

node-jws-file-provider

Version:

File Provider for node-jws handling signatures/verification using file-based keys

3 lines (2 loc) 141 B
import { KeyProvider } from 'node-jws'; export default function FileJwtProvider(privateKeyPath: string, publicKeyPath: string): KeyProvider;