Solflare integration

It seems like the authenticateUser method doesnt seem to work with the Solflare wallet, it works with Phantom and other wallets but when authenticateUser runs with the solflare wallet the function returns invalid type error

TypeError: Expected Buffer
at Object.encode (index.js:27:1)
at SolflareAdapter._callee2$ (baseSolanaAdapter.ts:53:1)
at tryCatch (regeneratorRuntime.js:87:1)
at Generator._invoke (regeneratorRuntime.js:67:1)
at Generator.next (regeneratorRuntime.js:118:1)
at asyncGeneratorStep (asyncToGenerator.js:4:1)
at _next (asyncToGenerator.js:26:1)



Originally posted by: ajobi-uhc

Check the discussion at: https://github.com/orgs/Web3Auth/discussions/1260