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
I posted a discussion here regarding the SIWE flow for the AuthClient. From my understanding the AuthClient in the fluttersdk handles validating that the signature is valid in one go, bypassing the need to check serverside. This is great but wondering for specific dApps that want to verify the token is valid, what is the process now for this? Mostly posting this issue here as its more specific to the flutter SDK and how it interacts with the SIWE packages provided by spruceId. It could be that there needs some updates on spruceId SIWE packages to help accomodate v2 better.
The text was updated successfully, but these errors were encountered:
I believe you can get the signature and pass it to the server if you'd like. Or at least we can likely expose it for you to pass on to a server for authentication. That wouldn't be overly difficult.
I posted a discussion here regarding the SIWE flow for the AuthClient. From my understanding the AuthClient in the fluttersdk handles validating that the signature is valid in one go, bypassing the need to check serverside. This is great but wondering for specific dApps that want to verify the token is valid, what is the process now for this? Mostly posting this issue here as its more specific to the flutter SDK and how it interacts with the SIWE packages provided by spruceId. It could be that there needs some updates on spruceId SIWE packages to help accomodate v2 better.
The text was updated successfully, but these errors were encountered: