You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For purposes of normal event-tracking (i.e. via Mixpanel's /track API endpoint), the publishable Project Token is still the only auth method.
The /import endpoint does support service accounts now, and we'll look into getting that added to this SDK, but just know that it won't be sufficient for now if you're trying to call mixpanel.track().
/import requires an Owner or Admin Service Account. project_id, service account username and service account password are required to authenticate a request.
I'm looking to update my remote service workers to use a Mixpanel service account
https://developer.mixpanel.com/reference/authentication
it does not look like this library supports such yet; can that be added?
i.e. to send a username and password via HTTP Basic Auth
thank you
The text was updated successfully, but these errors were encountered: