Stops the daily reauthentication: the integration now completes Microsoft's silent sign-in on its own.
Fixed
- You had to sign in again every 24 hours.
account.microsoft.comkeeps its own session for about a day. When it lapses, Microsoft bounces tologin.live.com, and with valid "Stay signed in?" cookies that page is not a sign-in form but a small "Continue" document a browser posts back automatically. The integration classified that landing page as a login redirect and asked for reauthentication (2.0.4 and 2.0.5). It now submits that form exactly like a browser, Microsoft re-issues the account session, and the Family page comes back with its token. A real sign-in page (email or password fields) is never submitted, so a genuinely expired login still ends in the reauthentication prompt.
Docs
- README, INSTALL and the developer notes now describe the daily silent renewal and what still needs a manual sign-in.