Best Practice To Listen To Sign In and Sign Up Events For Sending Events To Analytics Platform #30715
Unanswered
gianfranco-omnigpt
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to track user authentication events (sign-ins and sign-ups) in my application to send them to Rudderstack. I've identified two potential backend approaches and would appreciate guidance on which is recommended or if there's a better solution.
Approaches Considered
1. Custom Auth Hooks with Edge Function
2. Database Triggers with Edge Function
auth.audit_log_entries
table to listen for authentication eventsQuestions
Beta Was this translation helpful? Give feedback.
All reactions