UNPKG

lbx-jwt

Version:

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

8 lines (7 loc) 405 B
import { AuthenticatorSelectionCriteria as AuthenticatorSelectionCriteriaInterface } from '@simplewebauthn/types'; export declare class AuthenticatorSelectionCriteria implements AuthenticatorSelectionCriteriaInterface { authenticatorAttachment?: AuthenticatorAttachment; requireResidentKey?: boolean; residentKey?: ResidentKeyRequirement; userVerification?: UserVerificationRequirement; }