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) 491 B
export type { AuthConfig, AuthStrategy, CallbackData, CallbackResult, CallbackResultType, LoginConfig, LogoutConfig, SameSiteOption, Session, SessionData, SessionOptions, SessionResponse, TokenData, TokenResponse, UserInfo, UserInfoRole, } from '@wristband/express-auth'; export { WristbandError } from '@wristband/express-auth'; export { WristbandExpressAuthModule, WristbandExpressAuthService, createWristbandAuthGuard } from './express'; export type { AuthGuardConfig } from './express';