You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.
Can you clarify when user access tokens expire? We're seeing them come up fairly frequently and it is making it hard to implement an effective integration. The only information I could find on expirations was here: If the user's token expires, API requests will start receiving a 401 error. When this happens, your app should ask the user to authenticate again.
Is there any way to request a longer or infinite expiration window?
(Alternatively, an OAuth2 API with refresh tokens would serve our needs.)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Can you clarify when user access tokens expire? We're seeing them come up fairly frequently and it is making it hard to implement an effective integration. The only information I could find on expirations was here:
If the user's token expires, API requests will start receiving a 401 error. When this happens, your app should ask the user to authenticate again.
Is there any way to request a longer or infinite expiration window?
(Alternatively, an OAuth2 API with refresh tokens would serve our needs.)
The text was updated successfully, but these errors were encountered: