release-2022-12-05_2: Fix error on authentication
github-actions
released this
05 Dec 17:35
·
1522 commits
to main
since this release
This is Internet Identity release release-2022-12-05_2 for commit b7ffbd1c30b1ea430a0f59a0e6cb78550ac45032.
This update is a hotfix for an error that could occur on login, where we made incorrect assumptions about authenticator values.
The sha256 of production asset internet_identity_production.wasm is fad1cf887a969f6af49ce54efa501753d347ac602a611be3bb8ea08b490d31c9.
Full Changelog: release-2022-12-05...release-2022-12-05_2
Build flavors
For more information please see the Build flavors section of the README.
Related proposals
The issue was released in 95388.
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 b7ffbd1c30b1ea430a0f59a0e6cb78550ac45032
./scripts/docker-build
sha256sum internet_identity.wasm
./scripts/docker-build --archive
sha256sum archive.wasm