HomeSoftware Heritage

auth/backends: Adjust TTL for cached OIDC userinfo

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

auth/backends: Adjust TTL for cached OIDC userinfo

No need to substract 1 from computed TTLs as it can lead to cache userinfo
with a 0 seconds TTL when access token is about to expire and thus send
multiple userinfo requests to the OIDC server on successive calls to the
Web API.

Details

Commit No Longer Exists

This commit no longer exists in the repository.