Open spacesailor24 opened 6 months ago
It would be great to see complementary examples for Auth Method Wallets (PKPEthers) given that it’s a Lit core feature (and my favorite). Once the guide is published if they don’t yet exist I may produce a PR because atm IMHO they take secondary priority to the external signers in the official docs
This might be temporary, just creating a place to compile some of the ideas popping up as the first guides are being created.
3 Attempts to do this
authNeededCallback
when creating a Session Sig. If none is provided, a request to the user's connected wallet is made for them. However, this could be a place where users want to use a specific client such as Ethers, Viem, web3.js, etc.Using a Custom Signer for Auth Signatures
instead of leaving it up to the user to infer that this is available to them