This is Internet Identity release release-2025-01-17 for commit 3ee7ece82ca66885b85b7d3e89dde5ff62c4fb90.
The sha256 of production asset internet_identity_production.wasm.gz is 7f0ef7368b703bfcd9f643a5a5f7e69f8058d1414c551b248c5cfd31e9564e97.
This release doesn't contain new functionality of fixes in production. Only code that is behind a flag has been updated in this new release.
What's Changed
- Implement Google certs HTTP outcall and transform by @sea-snake in #2766
- Add dapps explorere assets to BOT_APPROVED_FILES by @lmuntaner in #2777
- Implement timers to fetch Google certs. by @sea-snake in #2774
- Update dapps list by @gix-bot in #2775
- Improve comment util supportsWebauthRoR by @lmuntaner in #2779
- Functionality to add current device to current origin by @lmuntaner in #2778
- Implement Google JWT verification and OpenID Google client id init parameter. by @sea-snake in #2780
- Update rust version by @lmuntaner in #2782
- Wrap Google open id config in option so it can be disabled. by @sea-snake in #2783
- Add storage utils to persist cancelled RP IDs by @lmuntaner in #2784
Full Changelog: release-2025-01-10...release-2025-01-17
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 3ee7ece82ca66885b85b7d3e89dde5ff62c4fb90
./scripts/verify-hash --ii-hash 7f0ef7368b703bfcd9f643a5a5f7e69f8058d1414c551b248c5cfd31e9564e97
Make sure to compare the hashes also with the proposal payload when verifying canister upgrade proposals.