PHP REST API Authorization for client applications [duplicate]
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: Restful API authentication recommendation? I'm writing an API in PHP and it opted to use Respect/REST. This is not a public API, ie, only authorized client applications can consume there. And this is where I would like some idea of how to guarantee the security of information that the API handles. The client applications can be written in any language, but as I said, they should be allowed to use the API. At the