Skip to content

release-2024-08-08: Improved recovery device reminder page

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Aug 12:03
· 196 commits to main since this release
ce33116

This is Internet Identity release release-2024-08-08 for commit ce331167c49b61b48ee9a2a7ebb0a25522d67f8f.

This release improves the recovery device reminder page:

  • if a user has multiple passkeys it won't be shown at all
  • it can be suppressed entirely ("Do not show again")
  • it encourages users to add another passkey rather than setting up a recovery phrase

The sha256 of production asset internet_identity_production.wasm.gz is 195e8fc12ad640a231498b272ff663820716595e7f4075b363ac6e953a026c3b.

What's Changed

New Contributors

Full Changelog: release-2024-07-12...release-2024-08-08

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 195e8fc12ad640a231498b272ff663820716595e7f4075b363ac6e953a026c3b
internet_identity_dev.wasm.gz 8e76ec7aba9176e1a8030799bc7545da73c9985b33c270376638debc1e7c46e6
internet_identity_test.wasm.gz 8d14e26578924d358ab6f56d1c112b7c700eb1b1c0ca1f35cd5c34eeebcf1e8a
archive.wasm.gz c99cdf11fa5c55d62c6074d50e4103ea0d37b68d8efde37f4e0a4c14ab37a72a
vc_demo_issuer.wasm.gz abf52e1eedbcf8d594f4ab54370fc69665bf64341a5e9137eee5b990c2b4ee83

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 ce331167c49b61b48ee9a2a7ebb0a25522d67f8f
./scripts/verify-hash --ii-hash 195e8fc12ad640a231498b272ff663820716595e7f4075b363ac6e953a026c3b

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