-
**What is the feature you would like to implement?**
Would be an improvement if the wallet authentication flow for connecting a wallet to your Farcaster account used the SIWE message format (https:…
-
# Lines of code
https://github.com/code-423n4/2023-10-party/blob/b23c65d62a20921c709582b0b76b387f2bb9ebb5/contracts/signature-validators/OffChainSignatureValidator.sol#L28
# Vulnerability details
…
-
As @silverpill pointed out in [another thread](https://github.com/ChainAgnostic/namespaces/issues/41#issuecomment-1500659237), the example in CAIP-122 lists an address in Solana-native format, NOT in …
-
When passing a newline in the message to sign, e.g.
https://thebananostand.com/signing?request=message_sign&address=ban_11juro8jq16455kbggfa1ge3s7jjy6154gtg3pgyn45irw5sdf3qamntjeam&message=test%0An…
-
Just skimming your PR over at https://github.com/supabase/gotrue/pull/282 and since I have no comment ability there, I'd love to contribute a few comments here (since this is kind of the "nerve center…
-
# Steps to Reproduce
* Create DAPP Auth request similar to README, but populate the resources parameter on the AuthRequestParams.
* On Android open the URI with Rainbow and Accept
* The response f…
-
Framework for signers to link real world identities to public keys via social proofs.
See [GitBook](https://brighton-blockchain.gitbook.io/sbtc-bridge/sbtc-bridge-plan/signer-social-proofs) for det…
-
Working with the Auth feature to sign in, is there any guidance on how to populate the aud and domain fields for a mobile DAPP where the wallet could be on another device?
The README has localh…
-
### Code
```tsx
import { SiweMessage } from 'siwe'
const loginWithEvm = async (address: string, signer: any) => {
const nonce = 'some-random-string'
const domain = window.location.host
c…
-
Resources to consider in implementing our solution:
- https://blog.spruceid.com/sign-in-with-ethereum-is-a-game-changer-part-1/
- Of note: "The specification also introduces additional secur…