-
Notifications
You must be signed in to change notification settings - Fork 763
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: improve authentication logging and warnings
- If a user has previously logged in via Wrangler 1 with an API token, we now display a helpful warning. - When logging in and out, we no longer display the path to the internal user auh config file. - When logging in, we now display an initial message to indicate the authentication flow is starting. Fixes [#526](#526)
- Loading branch information
1 parent
5161e1e
commit 61aea30
Showing
5 changed files
with
46 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
"wrangler": patch | ||
--- | ||
|
||
fix: improve authentication logging and warnings | ||
|
||
- If a user has previously logged in via Wrangler 1 with an API token, we now display a helpful warning. | ||
- When logging in and out, we no longer display the path to the internal user auh config file. | ||
- When logging in, we now display an initial message to indicate the authentication flow is starting. | ||
|
||
Fixes [#526](https://github.com/cloudflare/wrangler2/issues/526) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters