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
Description:
Google refresh tokens are used in APIs using Google as the email service provider. The tokens have a default validity period of 7 days. Due to this, if the APIs are left idle for 7 days, the refresh token will get expired and the API will no longer function properly.
Suggested Fix:
Extend refresh token validity period in Google OR
Use Twilio (recommended) or Sendgrid as an email service provider instead
The text was updated successfully, but these errors were encountered:
Description:
Google refresh tokens are used in APIs using Google as the email service provider. The tokens have a default validity period of 7 days. Due to this, if the APIs are left idle for 7 days, the refresh token will get expired and the API will no longer function properly.
Suggested Fix:
OR
The text was updated successfully, but these errors were encountered: