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:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@hanzo/extension",
|
||||
"version": "1.9.25",
|
||||
"version": "1.9.26",
|
||||
"private": true,
|
||||
"description": "Hanzo AI Extension",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user