Hello,
Along with Auth mechanism, it’s essential for us to track events. I could not find any recommendations on how to track auth events.
Say there is the following tracking plan : Auth started | Auth done | Auth failed, what is the recommendation to implement it?
For instance, how to track Auth when redirected by the HTTP interceptor?
Best,