Recently I tried to use the Azure Static Web Apps CLI to develop and deploy front-end applications, but I found that after I used swa login
, there was no “logout” option at all. After research, I found that swa
put all the authentication information of the login process on Windows In the console’s Credential Manager. In this article, I intend to share how to quickly clear the authentication information stored in the system through PowerShell.
… continue reading …
This article is reprinted from https://blog.miniasp.com/post/2022/10/19/Remove-Windows-Credential-data-using-CMDKEY
This site is for inclusion only, and the copyright belongs to the original author.