We would like to know from Auth0 logs what app name and version is triggering those login/logout events.
We have found that we can override the Auth0 user agent, that it’s turn into auth0-client
header.
Would it be OK to pass any value we would like to see on the request logs?
- Auth0.Android
- 2.6
- Android
Sample:
auth0.auth0UserAgent = Auth0UserAgent("Our app name", "Our app version")