stellar / typescript-wallet-sdk

Typescript Wallet SDK to build Stellar wallets
Apache License 2.0
21 stars 7 forks source link

SEP-24: Add callback signature verification #171

Open piyalbasu opened 2 months ago

piyalbasu commented 2 months ago

https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0024.md#url-callback-signature

piyalbasu commented 2 months ago

Wallet-backend example: https://github.com/stellar/wallet-backend/blob/5fcb524ee1c2e8f37968178541d1cb6946fc9d0e/internal/serve/auth/signature_verifier.go#L56-L91

Ifropc commented 2 months ago

Also linking ts example