Skip to content

2.0.6

Latest

Choose a tag to compare

@noiwid noiwid released this 07 Sep 15:49
· 1 commit to main since this release

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.com keeps its own session for about a day. When it lapses, Microsoft bounces to login.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.