-
Suggestion
-
Resolution: Incorrectly Filed
-
None
-
None
Current behaviour
When HTTP access tokens are created without an expiry date, DB lookups are performed more often when the tokens are used for authenticating requests.
This may contribute in consuming more DB connections.
Sample token creation - no expiry date:
If an expiry date was set, the value can be cached, which can lessen the lookups.
Feature request
Improve lookups for access tokens that don't have expiry dates.