-
Notifications
You must be signed in to change notification settings - Fork 2
auth.Class.LocalGuard
Sclable CI edited this page Apr 10, 2026
·
22 revisions
@sclable/nestjs-libs / auth / LocalGuard
Defined in: packages/auth/src/guards/local.guard.ts:5
IAuthGuard
new LocalGuard(...
args):LocalGuard
Defined in: node_modules/@nestjs/passport/dist/interfaces/type.interface.d.ts:2
...any[]
LocalGuard
AuthGuard('local').constructor
canActivate(
context):boolean|Promise<boolean> |Observable<boolean>
Defined in: packages/auth/src/guards/local.guard.ts:6
ExecutionContext
Current execution context. Provides access to details about the current request pipeline.
boolean | Promise<boolean> | Observable<boolean>
Value indicating whether or not the current request is allowed to proceed.
AuthGuard('local').canActivate