You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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!
The text was updated successfully, but these errors were encountered: