Skip to content

release-2024-11-08: Allow only registrations with passkeys

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Nov 07:53
· 2 commits to main since this release
81a2a70

This is Internet Identity release release-2024-11-08 for commit 81a2a7090fafa11e4ef15aaa2ef59cd743dda954.

This release comes with two main updates:

  • The registration flow uses only passkeys and pin registrations have been deprecated. However, logins with pin are still allowed for backwards compatibility.
  • Improvements in the calculation of rates for the dynamic captcha.

The sha256 of production asset internet_identity_production.wasm.gz is 4491f9286f83b53f57a2df4131b58492c14d62bb2e04320b89fce255483fdb96.

What's Changed

Full Changelog: release-2024-11-01...release-2024-11-08

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 4491f9286f83b53f57a2df4131b58492c14d62bb2e04320b89fce255483fdb96
internet_identity_dev.wasm.gz 018066c2f363f23051d12c0af14a02e190770bc46ea9db462cf719250724884c
internet_identity_test.wasm.gz dcc02ad7d8107749eea7029d44b813088c82e448b3e62c20fac04fab9b27d22b
archive.wasm.gz 6b8c93a9c7d9d187b186b8d8bc7ee3f617265f070125b4ca0e5a72e0bb4cd045
vc_demo_issuer.wasm.gz d170e54c04344a67b7d293236400b30c214433ca461b803eb5f250b4ec720da2

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 81a2a7090fafa11e4ef15aaa2ef59cd743dda954
./scripts/verify-hash --ii-hash 4491f9286f83b53f57a2df4131b58492c14d62bb2e04320b89fce255483fdb96

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