UNPKG

@mridang/nestjs-auth

Version:

A comprehensive Auth.js integration for NestJS applications with TypeScript support, framework-agnostic HTTP adapters, and role-based access control

8 lines 289 B
export * from './auth.guards.js'; export * from './auth.module.js'; export * from './auth.decorators.js'; export * from './auth.middleware.js'; export * from './utils/http-adapters.js'; export * from './auth-module.options.js'; export * from './types.js'; //# sourceMappingURL=index.js.map