Howdy, currently migrating our existing auth system to Kratos. One of the features we would like to preserve from our legacy system is outputting login/logout event information to a separate service via an AWS SNS topic. Reading through the Kratos docs, it seems
web-hooks might be a good way of accomplishing this, which could trigger an external service to write login/password-recovery event info to the SNS topic. Just want to check if there might be a simpler way of supporting our use case.