bshaffer / oauth2-server-php

A library for implementing an OAuth2 Server in php
http://bshaffer.github.io/oauth2-server-php-docs
MIT License
3.26k stars 950 forks source link

Add support for xml request , to add xml request into Request object #1036

Open Salman98 opened 2 years ago

Salman98 commented 2 years ago

While working with XML Request when I pass the request as XML from postman. The lib Request class unable to read the Request parameters. After adding these changes I was able to continue.

bshaffer commented 2 years ago

Hello! Thank you for submitting this! Could you please add a test?