Skip to content

release-2022-12-05_2: Fix error on authentication

Compare
Choose a tag to compare
@github-actions 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.

Filename sha256 (links to CI Run)
internet_identity_production.wasm fad1cf887a969f6af49ce54efa501753d347ac602a611be3bb8ea08b490d31c9
internet_identity_dev.wasm f364c028627e455382aeddc329ba8859e7c8cb6a124d52258efed52a677eef5d
internet_identity_test.wasm 616a7808ea18cb9f661380c88271fd4a8632b778335fa3c7be42eafaaaf6d4d5
archive.wasm dc5da420d90c88f8a788c2dbf5d38d76e605ea5a80e5e4ed5f66bcd9aecfa101

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