Skip to content

release-2025-7-11: Add and remove passkeys from dashboard

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jul 14:04
· 22 commits to main since this release
43f877d

This is Internet Identity release release-2025-07-11-v2 for commit 43f877d2a47bbe3ea0707870662a40698068cb7b.
The sha256 of production asset internet_identity_production.wasm.gz is 53a7f313922ed15a543a74a7849c1abfc60da5a1ae217198d6741912f7f96cbc.

This release comes full of UX improvements, fixes and a new functionality: adding and removing passkeys from the new dashboard.

What's Changed

New Contributors

Full Changelog: release-2025-07-04...release-2025-07-11-v2

Build flavors

For more information please see the Build flavors section of the README.

Filename sha256 (links to CI Run)
internet_identity_production.wasm.gz 53a7f313922ed15a543a74a7849c1abfc60da5a1ae217198d6741912f7f96cbc
internet_identity_dev.wasm.gz 6c897a3c075cee5afa96a2507d69553604794afde0a0fb9604867cca04d8a9b4
internet_identity_test.wasm.gz 0f353ca2e2b62c904139a5f4c1c192159728be0bf968fccdca607839cc40b0fa
archive.wasm.gz a27cadd0bfa604c8d5e68f49ef2683a5cb9af3f04c78f8cf49b1670ec3e6d6d2
vc_demo_issuer.wasm.gz 40a47d0816ceca41ae9f5d9edcad47dd62bb1893fd5ae26e8cabc1ed6e47a0e1

Wasm Verification

To build the wasm modules yourself and verify their hashes, run the following commands from the root of the Internet Identity repository:

git pull # to ensure you have the latest changes.
git checkout 43f877d2a47bbe3ea0707870662a40698068cb7b
./scripts/verify-hash --ii-hash 53a7f313922ed15a543a74a7849c1abfc60da5a1ae217198d6741912f7f96cbc --archive-hash a27cadd0bfa604c8d5e68f49ef2683a5cb9af3f04c78f8cf49b1670ec3e6d6d2

Make sure to compare the hashes also with the proposal payload when verifying canister upgrade proposals.