I am trying to add a web hook triggered on login to register sessions with an external system.
is the sessionID available in the ctx struct passed to the post registration web hook?
and is it available to the post authentication web hook?
a
alert-advantage-94977
03/28/2024, 5:01 PM
Pass the entire ctx if you're not sure what you'll get
that'll help you debug faster