The oauth_refresh_token table contains a serialized version of the DefaultExpiringOAuth2RefreshTokenclass, which complicates verification by external tools, such as the database, when attempting to retrieve the token and determine if it has expired.
Including an expiration_date field in the table oauth_refresh_token would be helpful to make this process easier.
The
oauth_refresh_token
table contains a serialized version of theDefaultExpiringOAuth2RefreshToken
class, which complicates verification by external tools, such as the database, when attempting to retrieve the token and determine if it has expired. Including an expiration_date field in the tableoauth_refresh_token
would be helpful to make this process easier.