Soneso / stellar_flutter_sdk

Stellar SDK for flutter - dart, Stellar, Horizon, Soneso
MIT License
71 stars 33 forks source link

Added option to sign while not exposing client domain key pair #51

Closed jopmiddelkamp closed 1 year ago

jopmiddelkamp commented 1 year ago

Added code to make it possible to sign a SEP-10 challenge transaction on our back-end so the client domain key pair is not exposed to the device that is authenticating.

christian-rogobete commented 1 year ago

Hi @jopmiddelkamp, thank you for adding this. looks good!