1 min readFeb 13, 2019
If you go the auth.verify_id_token(id_token, check_revoked=True) route and check for revocation on the backend, is there a way or pattern to cache the revocation info or only check every Nth call etc?
How would you reduce the network call overhead?