Skip to content
rw3iss Auth

auth-server-nest

@rw3iss/auth-server-nest — NestJS adapter. Symbols grouped by integration surface: module, guards, services, adapters.

Module & DI

AuthClientModule — the entry-point you import in your AppModule.

Guards

JwtAuthGuard, RolesGuard, PermissionsGuard, ServiceOnlyGuard — drop-in NestJS guards.

Services

AuthHttpClient + TokenValidatorService + PermissionRegistrarService.

Adapters

Axios transport + Redis token cache shipped out of the box.

Config & misc

Module-options interfaces and one-off types.

Functions

Interfaces

Type aliases

Variables