I've been reading online about security methods for RPC in PHP - I happen to be using JSON encoded strings. Most of the discussions people are talking about having the security check performed in the transport layer rather than the PHP RPC code.

Does anyone have a good example of security methods in the transport layer?