Hello everyone,
Recently we have been encountering some issues with API tokens:
- When we revoke a token manually from the API tokens page, it can take a long time (20min) before the token actually expires. Is this delay normal?
- When we try to fetch projects or project information using an expired token, we get a 200 with an empty array where we used to get a 401 that allowed us to handle the specific case and tell our users they needed to make a new token. Is this intentional? Is there any way for us to check the token validity somehow? (It might be the case that a user simply has no projects. We can't tell the difference between that and an expired token).
Thanks in advance,
Denis