From 59eda89f3ed02f03ba6d62d2719ffb5571e2b42c Mon Sep 17 00:00:00 2001 From: "chris.lee" Date: Thu, 9 Apr 2026 17:48:02 -0400 Subject: [PATCH] chore: add changeset for OAuth + keychain storage Co-Authored-By: Claude Opus 4.6 (1M context) --- .changeset/oauth-keychain-storage.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/oauth-keychain-storage.md diff --git a/.changeset/oauth-keychain-storage.md b/.changeset/oauth-keychain-storage.md new file mode 100644 index 0000000..4dd5155 --- /dev/null +++ b/.changeset/oauth-keychain-storage.md @@ -0,0 +1,5 @@ +--- +"@alchemy/cli": minor +--- + +Migrate authentication to standard OAuth 2.0 (PKCE + state validation) and store credentials securely in the OS keychain (macOS Keychain, Linux Secret Service, Windows Credential Manager) via cross-keychain instead of plaintext config. The displayed login URL is now usable for manual paste, and auth completes immediately whether you press Enter or paste the URL in a browser.