UNPKG

lbx-jwt

Version:

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

12 lines (11 loc) 302 B
//TODO: Remove /* eslint-disable jsdoc/require-jsdoc */ import { model, property } from '@loopback/repository'; @model() export class BiometricCredentialPropertiesOutput implements CredentialPropertiesOutput { @property({ type: 'boolean', required: false }) rk?: boolean; }