Backend Wallet Authentication Flow #695
Unanswered
BounebRayan
asked this question in
Questions
Replies: 1 comment 1 reply
-
ts sdk has a function to verify keyless signed messages https://github.com/aptos-labs/aptos-ts-sdk/blob/main/src/core/crypto/keyless.ts#L199 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Discord user ID
No response
Describe your question in detail.
How can I verify Aptos wallets that use social login (e.g., Google via AptosConnect) in my backend? For standard wallets, I use signMessage on the frontend and verify the signature server-side using Ed25519PublicKey and Ed25519Signature from the Aptos SDK. However, with social login wallets, I don’t get a standard public key. how can I confirm wallet ownership server-side for that case ?
What error, if any, are you getting?
No response
What have you tried or looked at? Or how can we reproduce the error?
No response
Which operating system are you using?
Windows
Which SDK or tool are you using? (if any)
TypeScript SDK
Describe your environment or tooling in detail
No response
Beta Was this translation helpful? Give feedback.
All reactions