UNPKG

@wristband/nestjs-auth

Version:

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

5 lines (4 loc) 232 B
import { CallbackResultType, } from './types'; export { WristbandExpressAuthModule } from './express/express-auth.module'; export { WristbandExpressAuthService } from './express/express-auth.service'; export { CallbackResultType };