Basic PHP RESTful web service supporting OAuth2.0
This project consists of a basic PHP server that supports RESTful API calls. The web standard authoritation protocol, OAuth2.0, is also supported by means of the tools provided by Brent Shaffer (https://github.com/bshaffer/oauth2-server-php). This comes handy when only restricted users can perform certain C/U/D requests (Create/Update/Delete).
Servicio web RESTful PHP básico que soporta OAuth2.0
Este proyecto consiste en un servidor PHP básico que soporta llamadas a una API RESTful. Se soporta además el estándar web para gestionar autenticación, OAuth2.0, gracias a las herramientas proporcionadas por Brent Shaffer (https://github.com/bshaffer/oauth2-server-php). Esto resulta de especial interés cuando sólo usuarios restringidos pueden realizar ciertas operaciones C/A/B (Creación/Actualización/Borrado).