Tustin / psn-php

A PHP wrapper for the PSN API
https://tustin.dev/psn-php/
MIT License
354 stars 73 forks source link

Fixing Login with Refresh Token Issue #256

Open brianclogan opened 3 months ago

brianclogan commented 3 months ago

The login with refresh token for some reason requires the Content-Type to be set.

This is based on the node library.

That seems to have fixed it for me in my app.