Fake login

This page demonstrates how TraceSour tracks authenticated users via client.identify(userId). After login the SDK ties all subsequent events to the user ID you provide.

Demo credentials (any will work)
Email alice@demo.local
Password demo1234
Email bob@demo.local
Password demo1234

The email you enter becomes the user ID sent to TraceSour's identify() call. Open the SDK debug panel to see it update.

Sign in

No account needed. Any email & password works in the demo.

What gets tracked

  • auth:login_submit — form submission
  • auth:login_success — successful auth + uid linked
  • All subsequent events carry your uid in the envelope
  • Switch to debug SDK using the toggle (bottom-left) to observe events live