release: browser-extension 1.9.26 — working login (hanzo-browser IAM client)

1.9.25 shipped the unregistered app-hanzo client_id, so the PKCE token
exchange failed invalid_client — login has been dead since v1.8.0. The
canonical registered client is hanzo-browser (universe IAM init_data;
redirectUris include https://hanzo.ai/callback). Contracts pinning the
registered client land in shared-config + cross-browser-parity tests.
This commit is contained in:
hanzo-dev
2026-07-03 00:00:14 -07:00
parent e23fbe51f7
commit fe3c0eabdc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@hanzo/extension",
"version": "1.9.25",
"version": "1.9.26",
"private": true,
"description": "Hanzo AI Extension",
"license": "MIT",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@hanzo/browser-extension",
"version": "1.9.25",
"version": "1.9.26",
"description": "Hanzo AI Browser Extension",
"main": "dist/background.js",
"scripts": {