Hi there,
I am reading the docs for created the query string has for a jwt token and came across the following statement:
Sort the parameters primarily by their percent-encoded names and secondarily by their percent-encoded values.
When I construct it using a post request I do not sort or order to parameters for the canonical query. I dont include the canonical query at all and the token still seems valid. Does this mean that this part of the above statement is false?
I also noticed here, at the bottom for post request there is no canonical query?
Cheers, Phil