UNPKG

lbx-jwt

Version:

Provides JWT authentication for loopback applications. Includes storing roles inside tokens and handling refreshing. Built-in reuse detection.

7 lines (6 loc) 259 B
import { AuthenticationExtensionsClientInputs } from '@simplewebauthn/types'; export declare class AuthenticationExtensionsInputs implements AuthenticationExtensionsClientInputs { appid?: string; credProps?: boolean; hmacCreateSecret?: boolean; }