Hi All, FxA train-49 will be going to production this week, bringing with it the following highlights:
* Hard-coded key-code values have been refactored to use named constants, thanks to community contributor @npestana * The hosted "choose what to sync" dialog has received more design love, and is now available to fx_desktop_v1 and fx_ios_v2 clients. * The user's signed-in state is now synchronized in real-time across multiple open tabs, enabled by an epic refactor of the way we manage notifications within the content-server codebase. * Cross-tab communication now uses the more-efficient BroadcastChannel feature where available. * The Android signup flow now shows the "Sync preferences" button on the post-verification page, as well as the signup-complete page. * We now serve localized content for the "pt" locale, by copying content from "pt-PT". * We are now more deliberate about removing query params like "uid" and "email" when the user signs out, so that they can more easily sign in to a different account. * There's a new OAuth-authenticated /account/profile endpoint on the auth server, which will allow us to provide core account data directly from the canonical source rather than propagating it out to a cache in the oauth server. * We now enforce resource-usage limits when processing avatar uploads via graphicsmagick. As always, you can dig into the details through the CHANGELOG files in each individual repo: https://github.com/mozilla/fxa-content-server/blob/master/CHANGELOG.md https://github.com/mozilla/fxa-oauth-server/blob/master/CHANGELOG.md https://github.com/mozilla/fxa-profile-server/blob/master/CHANGELOG.md https://github.com/mozilla/fxa-auth-server/blob/master/CHANGELOG Cheers, Ryan _______________________________________________ Dev-fxacct mailing list [email protected] https://mail.mozilla.org/listinfo/dev-fxacct

