You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(auth): allow Solid login when IdP does not send refresh token
Rebase had reverted behavior: setOpenIDAuthTokens was returning early when
!refreshToken, so session.openidTokens was never set and later requests
failed with "No OpenID access token found". Restore: log a warning and
continue storing access token in session; only set refreshToken cookie
when present; keep correct if/else for session vs cookie fallback.
0 commit comments