Skip to content

release-2024-04-05: Allow custom domains to use alternative origins

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Apr 10:08
· 330 commits to main since this release
cdf3ffd

This is Internet Identity release release-2024-04-05 for commit cdf3ffd7358d775e1da31183abe2b54383187579.

This release makes it possible to use a custom domain as an alternative origin. Other fixes and improvements are included as well, such as allowing special characters in passkey names, improved add device flow and technical improvements for developers.

The sha256 of production asset internet_identity_production.wasm.gz is a191b5cd0423223f08218b46c40b88850cc087ac985a88b7c5232ddcaf8bbfd3.

What's Changed

New Contributors

  • @dfx-json made their first contribution in #2405

Full Changelog: release-2024-03-22...release-2024-04-05

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 a191b5cd0423223f08218b46c40b88850cc087ac985a88b7c5232ddcaf8bbfd3
internet_identity_dev.wasm.gz 3831fb07143cd43c3c51f770342d2b7d0a594311529f5503587bf1544ccd44be
internet_identity_test.wasm.gz a5148dc95000bceb9507908594a2f39ce435a16fcfcaf5e6d5155890983e3eb5
archive.wasm.gz ee84ed91637f6314ff92d501e27febd07604439b459f58e6b04a7203dce49792
vc_demo_issuer.wasm.gz 7075e6d2f5e523845e06b432e53e7ddfa127bcde1f936da27c484f3fe177307c

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 cdf3ffd7358d775e1da31183abe2b54383187579
./scripts/verify-hash --ii-hash a191b5cd0423223f08218b46c40b88850cc087ac985a88b7c5232ddcaf8bbfd3

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