oauth2-server-php-docs
oauth2-server-php-docs copied to clipboard
Storing access_token/refresh_token relationship.
trafficstars
It would be nice to able to store the relationship between access_tokens and their refresh_tokens to make revoking tokens and clearing expired tokens cleaner.
However, adding the parameter to RefreshTokenInterface::setRefreshToken would break bwc.