elucidsoft / dotnet-stellar-sdk

Stellar API SDK for .NET 6.x
Apache License 2.0
116 stars 55 forks source link

SEP-10 Client Attribution Support (from the SDF) #324

Closed JakeUrban closed 3 years ago

JakeUrban commented 3 years ago

SEP-10 Client Attribution Support

A web service requiring SEP-10 authentication may want to attribute each HTTP request made to it to a specific client software. For example, a web service may want to offer reduced fees for the users of a specific client.

SEP-10 client attribution, detailed in the protocol specification, adds support for this capability.

Changes

The following changes are required to support this functionality:

For reference, the Python SDK has implemented the above changes.

Please implement and release a new version of the SDK with these changes, thank you!

JakeUrban commented 3 years ago

For tracking: https://github.com/stellar/go/issues/3780 @leighmcculloch

Kirbyrawr commented 3 years ago

Working on it.

Kirbyrawr commented 3 years ago

https://github.com/elucidsoft/dotnet-stellar-sdk/pull/325