Skip to content

Commit

Permalink
docs: mention alphabetical order for request signing
Browse files Browse the repository at this point in the history
  • Loading branch information
thoas committed Jul 3, 2023
1 parent cc5a7d4 commit a7ab88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ The below python code provides an implementation example:

return m.hexdigest()

The implementation has to sort and encode query string to generate a proper signature.
The implementation has to sort keys in alphabetical order and encodes query string to generate a proper signature.

The signature is passed to the application by appending the ``sig``
parameter to the query string; e.g.
Expand Down

0 comments on commit a7ab88b

Please sign in to comment.