·
1 commit
to main
since this release
This is Internet Identity release release-2026-08-07 for commit c78d1b99c5c161c74d8d8f795ad1072826f90673.
Try it out
- Staging: https://beta.id.ai
- Testing application: https://try.id.ai
What's Changed
- chore(ci): fix invalid dependabot config that stopped all dependency updates by @sea-snake in #4173
- chore(ci): consume the test app as a released artifact by @sea-snake in #4177
- chore(fe): consume the VC demo issuer from its own repository by @sea-snake in #4178
- chore(fe): remove the using-dev-build integration demo by @sea-snake in #4179
- fix(fe): identity switcher shows two scrollbars when the identity list is long by @MRmarioruci in #4184
- feat(be): resolve an SSO domain's session_max_age_seconds by @sea-snake in #4188
- feat(be): carry the SSO session deadline into the attribute bundle by @sea-snake in #4189
- feat(fe): cap the account delegation at the SSO session length by @sea-snake in #4190
- chore(be,fe): remove the completed SSO credential backfill by @MRmarioruci in #4192
- chore(be,fe): remove the completed MCP config migration by @MRmarioruci in #4193
Full Changelog: release-2026-07-31...release-2026-08-07
Artifacts
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 c78d1b99c5c161c74d8d8f795ad1072826f90673
./scripts/verify-hash --ii-hash f6c0abacfb183de0f28d6062a5dbd5b085c1b6b64b5c66c0475a25082d991221 --iife-hash 547c2dc0c6268e6ea4766a6e6c020244006644bfaa8f5d5dd6bf8142bcca206a --archive-hash 092b97c04546c1c4ff6f76125330adde0ae20010a9c7a5780cd3fa6eb9772800
Make sure to compare the hashes also with the proposal payload when verifying canister upgrade proposals.