I am learning the PHP REST API, which will allow registered users to interact with the web service from third-party applications.
What I need so that the API can:
- provide support for secure user authentication.
- allow registered users to interact with the service from third-party applications.
- these applications must be registered and approved in the system in advance (similar to twitter)
I was wondering what would be a good foundation or library to start with, which is a good basis for such a service.
Titel
rest php restful-authentication
titel
source share