You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the bug?
To use AuthKit, we have to polyfill Buffer in order to workaround this problem. Cannot read properties of undefined (reading 'isBuffer')
While this could be handled with little effort of polyfill, I suggest that we move to a better implementation with https://viem.sh/docs/siwe/utilities/createSiweMessage.
This will result in less dependencies, less polyfill and better ts support.
Will happy to craft a pull request if needed.
The text was updated successfully, but these errors were encountered:
What is the bug?
To use AuthKit, we have to polyfill Buffer in order to workaround this problem.
Cannot read properties of undefined (reading 'isBuffer')
While this could be handled with little effort of polyfill, I suggest that we move to a better implementation with https://viem.sh/docs/siwe/utilities/createSiweMessage.
This will result in less dependencies, less polyfill and better ts support.
Will happy to craft a pull request if needed.
The text was updated successfully, but these errors were encountered: