Hi. Is there way to revert creating identity recor...
# talk-kratos
f
Hi. Is there way to revert creating identity records upon unsuccessful after hook? Looks like identity is created regardless if the hook fails or not (i’m checking uniqueness of one of the traits in third party system).
m
Yes that feature would be the best solution, then you can check it pre_persist.
f
but until it’s accepted - what is preferred way of blocking identity creation on failed hook?