All Questions
Tagged with nextjs gnosis-safe
2 questions
0
votes
1
answer
94
views
Address Mismatch in Ethereum Signature Verification with Safe via WalletConnect
I'm facing an issue with Ethereum signature verification. When I sign a message using Safe through WalletConnect, the verified address does not match the signed wallet address. This problem occurs ...
1
vote
0
answers
133
views
How can a (gnosis) safe app manage sensitive data and a session?
We built an app based on Rainbowkit and Next.js. It authenticates users using rainbowkit-siwe-next-auth. Next-auth uses several cookies to keep track of the session, and set them during sign-in.
...