oauth2-server-php-docs icon indicating copy to clipboard operation
oauth2-server-php-docs copied to clipboard

Storing access_token/refresh_token relationship.

Open red-crown opened this issue 10 years ago • 0 comments
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.

red-crown avatar Feb 18 '15 00:02 red-crown