UNPKG

lbx-jwt

Version:

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

10 lines (9 loc) 189 B
/** * The response for turning on 2fa. Contains the qr code url. */ export declare class TurnOn2FAResponse { /** * The qr-code url that was generated. */ url: string; }