You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The oauth_access_token contains a serialized version of the AACOauth2AccessToken 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 table oauth_access_token would be helpful to make this process easier.
The text was updated successfully, but these errors were encountered:
gianpaolo-tndigit
changed the title
difficulty in easily determining whether a released token has expired
difficulty in easily determining whether a released access_token has expired
Sep 18, 2024
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 table
oauth_access_token
would be helpful to make this process easier.The text was updated successfully, but these errors were encountered: