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
This might be temporary, just creating a place to compile some of the ideas popping up as the first guides are being created.
browserandnodejstemplate dirs #3 Attempts to do thisauthNeededCallbackwhen 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 Signaturesinstead of leaving it up to the user to infer that this is available to them