UNPKG

@wristband/nestjs-auth

Version:

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

6 lines (5 loc) 407 B
import { AuthConfig, CallbackData, CallbackResult, CallbackResultType, LoginConfig, LogoutConfig, TokenData } from './types'; export { WristbandExpressAuthModule } from './express/express-auth.module'; export { WristbandExpressAuthService } from './express/express-auth.service'; export type { AuthConfig, CallbackData, CallbackResult, LoginConfig, LogoutConfig, TokenData }; export { CallbackResultType };