UNPKG

@katalysttech/auth

Version:

A flexible authentication module for NestJS applications with JWT and refresh token support

8 lines (7 loc) 267 B
export * from './auth.module'; export * from './auth.service'; export * from './services/password.service'; export * from './guards/auth.guard'; export * from './interfaces'; export * from './decorators/auth.decorator'; export * from './decorators/public.decorator';