Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
gianpaolo-tndigit opened this issue Sep 18, 2024 · 0 comments

Comments

@gianpaolo-tndigit
Copy link
Collaborator

gianpaolo-tndigit commented Sep 18, 2024

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.

@gianpaolo-tndigit 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
@gianpaolo-tndigit gianpaolo-tndigit added this to the 5.2 milestone Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant