auth0 / angular-lock

MIT License
18 stars 15 forks source link

Update telemetry format #46

Closed lbalmaceda closed 5 years ago

lbalmaceda commented 5 years ago

Changes

Telemetry format will end up looking like this for Lock requests:

{"name":"angular-lock","version":"3.0.2","env":{"lock.js":"11.16.2","auth0.js":"9.10.4"}}

Testing

Inspect the request headers using the web tools. Look for the auth0-client header and b64 decode it.

Checklist