Releases: Web3Auth/mpc-core-kit
Releases · Web3Auth/mpc-core-kit
Release 1.3.0
Release 1.2.0
- node.js support added
Release 1.1.2
What's Changed
Full Changelog: v1.1.1...v1.1.2
Release 1.1.1
What's Changed
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- feat: add remove func in Storage by @ieow in #50
- fix: redirect flow handling during init by @ieow in #51
- fix: change security question flow by @ieow in #52
- fix: flexible mfa for recovery share by @ieow in #54
- master merge by @ieow in #53
- Improve documentation and revise naming by @matthiasgeihs in #49
- Add Auth0 Popup & Redirect example by @shahbaz17 in #55
- fix: getWebBrowserFactor can return undefined by @schmanu in #57
- update README by @ieow in #58
- fix: manual sync core kit by @ieow in #56
New Contributors
- @shahbaz17 made their first contribution in #55
- @schmanu made their first contribution in #57
Full Changelog: v1.0.3...v1.1.0
Release 1.0.3
What's Changed
- fix: recoverId +27 if less than 27 by @ieow in #44
- Fix scalar encoding length by @matthiasgeihs in #43
- fix: update tss client, tss lib by @ieow in #48
- Release by @ieow in #45
Full Changelog: v1.0.2...v1.0.3
v1.0.2
1.0.1
MPC Core Kit 1.0.0
What's Changed
Breaking Changes
- Multiple changes in the API and flow of the overall SDK
- Bug Fixes
- Standardised flow across SDKs for easy integrations overall
Features
- provider signing with web3auth's mpc
- support creation and deletion factorkey up to 10 factors
- support single factor signing
- support 2/2 and 2/3 threshold signing (tss share)
- support security question factor
- support oauth login (popup and redirect flow)
- support jwt (idToken) login
- export final MPC (tss) private key
Full Changelog: 0.3.2...1.0.0-rc.1
What's Changed
- Revise API and add third factor flow (Breaking change) by @yashovardhan in #23
New Contributors
- @yashovardhan made their first contribution in #28
- @ieow made their first contribution in #31
Full Changelog: 0.3.2...1.0.0
Release 0.3.2
- Fixes signature padding issue