QuickbirdUWPDashboard icon indicating copy to clipboard operation
QuickbirdUWPDashboard copied to clipboard

HttpBaseProtocolFilter.ClearAuthenticationCache on logout

Open t3hmun opened this issue 7 years ago • 1 comments

windows.web.http likes to cache credentials for the entire run of the app (disposing the httpclient doesn't affect this) and magically apply the credentials, ignoring new credentials.

The logout must call ClearAuthenticationCache in order to remove old credentials and not apply the new credentials.

t3hmun avatar Oct 28 '16 11:10 t3hmun