michdorf

Results 2 comments of michdorf

You need to enable CORS on the server. This is done by allowing your domain (http://www.example.org?) to request the page on https://api.xing.com. Specifically you need the remote server to include...

The problem seems to be, that the config option `'always_issue_new_refresh_token'` is not respected in /vendor/bshaffer/oauth2-server-php/src/OAuth2/GrantType/RefreshToken.php Another (_temporary_) solution to the problem is therefore to change line 144 from: `$issueNewRefreshToken =...