UNPKG

@wristband/nestjs-auth

Version:

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

8 lines (7 loc) 227 B
/** * JWT Type Augmentation * * Importing this automatically augments Express.Request with the `auth` property * Only needed for import if someone uses AuthGuard with JWT strategy. */ import '@wristband/express-auth/jwt';