pyrello / oauth2-xml
Add-on package to allow OAuth authentication responses using XML.
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/pyrello/oauth2-xml
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: 2025-10-07 07:06:52 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.