How to track login and signup (started, done, failed)?

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,

Hey there!

Unfortunately I believe we don’t offer such specific tracking however at least partially you can use Auth0 Logs for that:

Here’s more details about utilising that:

  • Viewing Log Events
  • Retrieving Log Events using Management API
  • List of Log Event Type Codes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.