Hi All, This week we'll be rolling FxA train 69 to production, with the following highlights:
* We've added some special-case handling of the sign-in confirmation flow for iOS, to make it clearer to users when they need to check their email. * We've landed the first iteration of a Connected OAuth Apps dashboard. It will live behind a feature-flag while we iterate on it further. Once the train is live, you'll be able to get a preview of it by visiting https://accounts.firefox.com/settings?forceAppsList=true * We removed a non-functional "Remember your password? Sign in!" link from our password reset emails. * Many of the server codebases now support optional loading of newrelic for server status and performance monitoring. * Several edge-cases in the handling of device records were found and fixed, which should produce a more reliable list in the devices view. * The auth-server now takes responsibility for re-sending the account verification email; previously we assumed that content-server would trigger this, meaning it wouldn't get triggered at all when logging in on legacy devices. * OAuth refresh tokens now track the last time they were used, so that users can get a more accurate idea of what's connected to their account. * The confirm password reset screen has an improved call to action. As usual, all the nitty-gritty details can be found in the changelogs inside each repository: https://github.com/mozilla/fxa-auth-mailer/blob/v1.69.0/CHANGELOG.md https://github.com/mozilla/fxa-auth-db-mysql/blob/v0.69.0/CHANGELOG.md https://github.com/mozilla/fxa-auth-server/blob/v1.69.0/CHANGELOG.md https://github.com/mozilla/fxa-oauth-server/blob/master/CHANGELOG.md https://github.com/mozilla/fxa-content-server/blob/train-69/CHANGELOG.md Cheers, Ryan _______________________________________________ Dev-fxacct mailing list [email protected] https://mail.mozilla.org/listinfo/dev-fxacct

