CurrentUser<T = unknown>(): ParamSource<T>
Binds the authenticated principal (ctx.request.user).
A principal source
CurrentUser<T = unknown>(): ParamSource<T>
Binds the authenticated principal (ctx.request.user).
A principal source
import { CurrentUser } from "decorator-plugin/src/index.ts";