@wristband/nestjs-auth
Version:
SDK for integrating your NestJS application with Wristband. Handles user authentication and token management.
6 lines (5 loc) • 423 B
TypeScript
import { AuthConfig, CallbackData, CallbackResult, CallbackResultType, LoginConfig, LogoutConfig, TokenData } from '@wristband/express-auth';
export { WristbandExpressAuthModule } from './express/express-auth.module';
export { WristbandExpressAuthService } from './express/express-auth.service';
export type { AuthConfig, CallbackData, CallbackResult, LoginConfig, LogoutConfig, TokenData };
export { CallbackResultType };