UNPKG

@wristband/nestjs-auth

Version:

SDK for integrating your NestJS application with Wristband. Handles user authentication, session management, and token management.

10 lines (9 loc) 306 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * JWT Type Augmentation * * Importing this automatically augments Express.Request with the `auth` property * Only needed for import if someone uses AuthGuard with JWT strategy. */ require("@wristband/express-auth/jwt");