convex-js icon indicating copy to clipboard operation
convex-js copied to clipboard

question: how to get the request ip inside a convex server side function

Open IAlphaOmegaI opened this issue 9 months ago • 2 comments

maybe an addition to ctx would be best, something like

const {ip, userAgent} = ctx.request;

IAlphaOmegaI avatar Feb 10 '25 10:02 IAlphaOmegaI