release-2024-08-21: Small fixes and dapp explorer updates
This is Internet Identity release release-2024-08-21 for commit 6e0f8574125554f69c23c487b2301c7b7b5f85b3.
This release fixes a compatibility issue with KeepassXC passkeys, which prevented users to register. In addition, the landing page text of Internet Identity and a few dapp logos have been updated.
The sha256 of production asset internet_identity_production.wasm.gz is 86ab08ea53e4da5bba4f27baa931e2edc5ab2a1f228c204a5340992c16389f66.
What's Changed
- Update release in README by @gix-bot in #2553
- Update dapps list by @gix-bot in #2554
- Update dapps list by @gix-bot in #2555
- Update dapps list by @gix-bot in #2556
- Update dapps list by @gix-bot in #2558
- Change landing page text by @frederikrothenberger in #2559
- Change WebAuthn create challenge to 16 random bytes by @frederikrothenberger in #2561
- Update dapps list by @gix-bot in #2562
- Bump ic-cdk version by @frederikrothenberger in #2564
Full Changelog: release-2024-08-08...release-2024-08-21
Build flavors
For more information please see the Build flavors section of the README.
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 6e0f8574125554f69c23c487b2301c7b7b5f85b3
./scripts/verify-hash \
--ii-hash 86ab08ea53e4da5bba4f27baa931e2edc5ab2a1f228c204a5340992c16389f66 \
--archive-hash 7ac9c94fd2f18b4b09b8758d6e51a85d0197bbf2fc53d0cef60a88a089831a7d
Make sure to compare the hashes also with the proposal payload when verifying canister upgrade proposals.