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

ClientCredentials with refresh token #1438

Closed pavelwitassek closed 1 month ago

pavelwitassek commented 1 month ago

Are any plans to support ClientCredentials flow with issuing refresh token?

hafezdivandari commented 1 month ago

According to RFC 6749, client credentials grant doesn't include a refresh token.

pavelwitassek commented 1 month ago

Ok, thanks.