You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These guides should be super upfront about areas the user might want to customize
Ex: A signer isn't required for 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.
In this case, we probably want to create a small guide specifically showcasing this feature e.g. Using a Custom Signer for Auth Signatures instead of leaving it up to the user to infer that this is available to them
The text was updated successfully, but these errors were encountered:
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.
browser
andnodejs
template dirs #3 Attempts to do thisauthNeededCallback
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 themThe text was updated successfully, but these errors were encountered: