Releases: Web3Auth/Auth
Releases · Web3Auth/Auth
v1.1.0
What's Changed
- Starkkey
getStarkHDAccount
function now returns a ec keypair instance. - Starknet example improved to demonstrate starkkey wallet and account contract linking.
v1.0.2
What's Changed
- Brave local storage issue fix by @chaitanyapotti in #50
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- Add a new package for generating starkware key by @himanshuchawla009 in #49
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Add esm build using rollup by @chaitanyapotti in #47
Full Changelog: v0.12.0...v1.0.0
v0.12.0
What's Changed
- Bump ansi-regex from 5.0.0 to 5.0.1 in /examples/next-js-example by @dependabot in #46
- Add base post message stream
Full Changelog: v0.11.0...v0.12.0
v0.11.0
The following changes have been made in this release:
- Update deps
- Use readable-stream instead of stream
v0.10.2
Make domain optional
v0.10.1
The following changes have been made in this release:
- Add support for
createAsyncMiddleware
- Update deps
v0.10.0
The following changes have been made in this release:
- Add support for Custom JWT handler (login outside and pass in id_token/access_token to finish login)
- Bug fixes related to loginConfig in case of modal shown
- Other bug fixes + update deps
v0.9.5
The following changes have been made in this release:
- Use consistent padding across sdk for private key
- More whitelabel params supported now
- Added ts docs