pyrello / oauth2-xml
Add-on package to allow OAuth authentication responses using XML.
dev-master
2014-09-09 21:27 UTC
Requires
- php: >=5.4.0
- illuminate/support: 4.2.*
- lucadegasperi/oauth2-server-laravel: 1.0.x
- pyrello/laravel-xml: dev-master
This package is not auto-updated.
Last update: 2024-11-19 02:57:32 UTC
README
Add-on package for https://github.com/lucadegasperi/oauth2-server-laravel which can provide an XML response. This package was developed because of a specific use-case where a client was not able to use json for api interaction at all. It is probably not useful unless you have the exact same use-case.