scc-digitalhub / AAC

Apache License 2.0
4 stars 7 forks source link

difficulty in easily determining whether a released access_token has expired #604

Open gianpaolo-tndigit opened 2 months ago

gianpaolo-tndigit commented 2 months ago

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.