mozilla-rally / rally-sdk

This is the Rally partner support library, `rally.js`, used to manage the lifecycle of Rally studies.
0 stars 4 forks source link

send signup request to the website instead of just listening for one #13

Closed rhelmer closed 3 years ago

rhelmer commented 3 years ago

It'd be more efficient overall for the SDK to just request tokens when it needs one, instead of the site generating them every time it loads.

rhelmer commented 3 years ago

Fixed in https://github.com/mozilla-rally/rally-sdk/pull/14 and https://github.com/mozilla-rally/rally-web-platform/pull/122