Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google refresh token validity period too small #14

Open
ashendes opened this issue May 4, 2023 · 0 comments
Open

Google refresh token validity period too small #14

ashendes opened this issue May 4, 2023 · 0 comments

Comments

@ashendes
Copy link
Contributor

ashendes commented May 4, 2023

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant