Skip to Content
API ReferenceFunctionsFunction: Public()

@authgear/nestjs


@authgear/nestjs / Public

Function: Public()

Public(): CustomDecorator<string>

Defined in: src/decorators/public.decorator.ts:5 

Mark a route or controller as public so AuthgearAuthGuard skips it.

Returns

CustomDecorator<string>