Skip to content

(Superseded) Release-2025-03-07: Improved Passkey name detection and new remove confirmation screen

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Mar 12:55
· 25 commits to main since this release
d4e3b0d

This release has been superseded by 2025-03-07-v2 before it was submitted for voting to the NNS.


This is Internet Identity release release-2025-03-07 for commit d4e3b0d6d02bae622b95eab33d3a4f66ba776531.
The sha256 of production asset internet_identity_production.wasm.gz is 0ae57e58bb2ea8e4f0b2713e76ce7962ac9244a71bcc9458cd764cf541b32bf1.

This release includes improved Passkey name detection, now your Passkeys are named more accurately based on their source e.g. iCloud Keychain, 1Password, etc. Also new in this release in a new remove confirmation screen when you remove a Passkey, users are now shown details of their Passkey and asked to type it's name to make sure no mistakes can be made.

What's Changed

New Contributors

  • @pr-automation-bot-public made their first contribution in #2896

Full Changelog: release-2025-02-28...release-2025-03-07

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 0ae57e58bb2ea8e4f0b2713e76ce7962ac9244a71bcc9458cd764cf541b32bf1
internet_identity_dev.wasm.gz 43785b0d1d1bcb0c0669d3146e453c9695c8f9f947ae7110baf3141a9f6efdf8
internet_identity_test.wasm.gz bb2890811514038ee5d35ed0000935e2a2bdef685b0186569ca651d6c6d8be56
archive.wasm.gz d266e6db2e64d025651b001b8341f769518b9d8fb11d3933c8c8ef205bd093cd
vc_demo_issuer.wasm.gz ebc483cc6fc556aaf34033c9616e4fd1a95b1be668f40ea1f7ca8ef6506ddc9e

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 d4e3b0d6d02bae622b95eab33d3a4f66ba776531
./scripts/verify-hash --ii-hash 0ae57e58bb2ea8e4f0b2713e76ce7962ac9244a71bcc9458cd764cf541b32bf1 --archive-hash d266e6db2e64d025651b001b8341f769518b9d8fb11d3933c8c8ef205bd093cd

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