~Is the userID sent to the webhook `ctx.identity.i...
# talk-kratos
a
Is the userID sent to the webhook
ctx.identity.id
supposed to be the same as the one that you get from Go's
FrontendApi.ToSession(r.Context()).Cookie(cookies).Execute()
I've been grabbing the user ID from session.ID rather than session.Identity.ID for many weeks now....... you can ignore this question