Closed JakeUrban closed 3 years ago
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.
The following changes are required to support this functionality:
client_domain
clientDomain
client_signing_key
clientSigningKey
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!
For tracking: https://github.com/stellar/go/issues/3780 @leighmcculloch
Working on it.
https://github.com/elucidsoft/dotnet-stellar-sdk/pull/325
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:
client_domain
(clientDomain
) andclient_signing_key
(clientSigningKey
) optional parametersclient_signing_key
parameter value as the value if these parameters are passedFor reference, the Python SDK has implemented the above changes.
Please implement and release a new version of the SDK with these changes, thank you!