The oauth_access_token contains a serialized version of the AACOauth2AccessTokenclass, 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_access_token would be helpful to make this process easier.
The
oauth_access_token
contains a serialized version of theAACOauth2AccessToken
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_access_token
would be helpful to make this process easier.