is there any `onUserCreated` function? basically l...
# support-questions-legacy
m
is there any
onUserCreated
function? basically like a hook, when a user created, do something I know it's possible to do in
consumeCode
,
thirdPartySignInUp
. Just wondering if there's a cleaner way to do this
r
Hey! The intended way is to override the signInUp api function and do your post use creation logic there
See the post login operations section on the docs
m
ah i see,
this one right. awesome. SuperTokens is pretty well built
r
Well, that’s on the frontend
On the backend, there is this
(Scroll to the second section)
You most likely want to use the backend method. But depends on what you want to do post login