-
> MetaMask is now compatible with EIP-4361, aka Sign In with Ethereum!
see https://twitter.com/MetaMask/status/1639028559162511360
-
A common pattern is allowing the user to authenticate using MetaMask. Developers will often assume that the MetaMask "connect" flow is similar to a login, and that after connecting they can trust that…
-
In EIP-4361, there is a guideline that wallets "MUST prevent phishing attacks by matching on the domain term". This stance is missing in CAIP-122, and seems reasonable to add.
-
### Goal
User is able to login via eth wallet
### Context
Instead of using login + password implemented initially (based on the initial requirements), we should aim to support blockchain-based au…
-
EIP-4361: https://eips.ethereum.org/EIPS/eip-4361
-
### Describe the bug
This was originally reported to us [here on Slack](https://consensys.slack.com/archives/G8RSKCNCD/p1678906632979459) and here https://github.com/MetaMask/metamask-extension/iss…
-
There is a concern about exposing users to a warning message when domain binding verification is not OK. This implementation has been done following [EIP-4361](https://eips.ethereum.org/EIPS/eip-4361)…
-
**Give a 3 sentence description for your proposal.**
The platform will be a place for creators to publish and sell their content through a
subscription platform in a continuous engagement with the…
-
Hey all, I am trying to create a SIWE message in Flutter, does anyone know a reasonable way of doing this using SIWE? I have a SIWE backend setup to verify messages and generate nonces, but need a way…
-
### Describe the bug
Our UI is often embedded on other websites as an iframe. We use SIWE to authenticate users. When constructing the message to sign, we identify if we are indeed in an iframe, an…