v1.2.0
ConnectKit Update 1.2.0
This update improves the functionality and developer experience of using ConnectKit with Sign In With Ethereum.
This version of ConnectKit has breaking changes. Make sure your application is compatible by following the migration guide.
New
- Updates the
connectkit-next-siwe
package to0.1.0
. - Add
onSignIn
andonSignOut
handlers foruseSIWE
and the SIWE provider.
Improved
- Separate the SIWE helper functions into more friendlier client and server configurations.
- Improved the
useSIWE
hook to allow for better dev access to SIWE functionality.