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

12 lines 506 B
/** * An abstract class that defines a standardized interface for interacting with * different underlying HTTP server frameworks (e.g., Express, Fastify). This * adapter allows for framework-agnostic logic by providing a consistent API * to access request and response objects. * * @template TRequest The type of the framework-specific request object. * @template TResponse The type of the framework-specific response object. */ export class HttpAdapter { } //# sourceMappingURL=http.adapter.js.map