UNPKG

@wristband/nestjs-auth

Version:

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

6 lines (5 loc) 213 B
// Auth export { WristbandExpressAuthModule } from './auth/auth.module'; export { WristbandExpressAuthService } from './auth/auth.service'; // Guard export { createWristbandAuthGuard } from './guards/auth.guard';