We are going to have stateless web services which accept JSON
as parameter.
Wev'e read JWE's RFC but one thing I can't understand is how can a token (which is a fixed part of each request) be stateless without being hijacked?
Or we should encrypt the whole JSON
parameter as the plain text
defined in the reference sheet in every request?