release-2023-02-17: Make Internet Identity available on identity.internetcomputer.org
This is Internet Identity release release-2023-02-17 for commit f597ceed0d13f1ea649bcbf88d1756480f0c3444.
This release makes Internet Identity available on identity.internetcomputer.org in addition to identity.ic0.app. The release includes the technical changes required to allow both domains.
The Internet Identity archive also needs to be upgraded in order to make changes to the device metadata available there.
The sha256 of production asset internet_identity_production.wasm is 1bcb5346b3bb3765bb462529c80cbe547ebe7ce199e9a98fb91411e018508774.
What's Changed
- Add /.well-known/ic-domains asset by @frederikrothenberger in #1230
- Extract the official II url in frontend by @nmattia in #1232
- Infer agent-js host by @nmattia in #1231
- Clean up docker-compose setup by @nmattia in #1234
- Enable II on identity.internetcomputer.org by @nmattia in #1239
- Collect origin information on device registration by @frederikrothenberger in #1243
Full Changelog: release-2023-01-31...release-2023-02-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 f597ceed0d13f1ea649bcbf88d1756480f0c3444
./scripts/docker-build
sha256sum internet_identity.wasm
./scripts/docker-build --archive
sha256sum archive.wasm