thephpleague / oauth2-server

A spec compliant, secure by default PHP OAuth 2.0 Server
https://oauth2.thephpleague.com
MIT License
6.52k stars 1.12k forks source link

client authorization #1343

Closed silent-bury closed 1 year ago

silent-bury commented 1 year ago

How to refresh tokens for client authorization

Sephster commented 1 year ago

Refresh tokens aren't returned for client credentials grants. These are only issues with Authorization Code grants so unfortunately, this isn't possible.