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

renew access token using refresh token without client ID #957

Open ramaprasad37 opened 5 years ago

ramaprasad37 commented 5 years ago

Hi,

Is it possible to renew access token using refresh token - But without using client ID?

curl -u clientid:clientpassword http://<>/authorise -d 'grant_type=refresh_token&refresh_token=d05d9da823cdbcbe4eff16f0faf547cb2f575db6'