(Re-posting this as my last topic was ignored.)
We have a weird scenario whereby it seems (there are other possible explanations) like onExecutePostLogin is being called multiple times.
We use this hook to call an endpoint in our app which sends a (home-brewed) 2FA SMS to the user. But for SOME (not all, which is worse) users they’re being sent lots and lots of 2FA messages.
There is no loop in my endpoint. So our current suspicion is that they’re stuck in a loop whereby onExecutePostLogin is somehow being called repeatedly as part of the same login flow.
Is this feasible as an explanation, or am I way off?
Thank you in advance.