truthid_sdk 0.1.1
truthid_sdk: ^0.1.1 copied to clipboard
TruthID passwordless, decentralized authentication SDK for Dart/Flutter — verifier and cross-device requester roles, pure Dart.
0.1.1 #
- Fix:
TRUTHID_ACCOUNT_CREATION_CODEwas stale since before the C8 fix (registries stopped beingimmutable) — the cascade migration only updated addresses inFACTORY_IMMUTABLES, not this bytecode blob. Any locally-computed smart account address (computeSmartAccountAddress) was wrong. Recompiled from the realTruthIDAccount.solartifact and validated against the on-chain factory.
0.1.0 #
- Initial release.
TruthIDClient— verifier role: generate a login challenge, verify the signed response from the phone.TruthIDRequester— cross-device requester role:signMessage,signRequest,pin,vaultEditover the same LAN/dead-drop transport the mobile app uses.