convex-js
convex-js copied to clipboard
question: how to get the request ip inside a convex server side function
maybe an addition to ctx would be best, something like
const {ip, userAgent} = ctx.request;