UNPKG

@wristband/nestjs-auth

Version:

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

5 lines (4 loc) 261 B
export { WristbandExpressAuthModule } from './auth/auth.module'; export { WristbandExpressAuthService } from './auth/auth.service'; export { createWristbandAuthGuard } from './guards/auth.guard'; export type { AuthGuardConfig } from './types/auth-guard.types';