[PR #5992] fix: zoom refresh token #14614

Closed
opened 2026-04-13 09:32:33 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/better-auth/better-auth/pull/5992

State: closed
Merged: Yes


Ensures the zoom provider will refresh the access token when needed. I tested it locally with an app that uses it, not sure if there's a better option?


Summary by cubic

Adds automatic access token refresh to the Zoom OAuth provider to prevent failures when tokens expire. Tokens now refresh via Zoom’s token endpoint using client credentials.

  • Bug Fixes
    • Implemented a default refreshAccessToken handler (overridable) using the shared OAuth2 refresh utility and https://zoom.us/oauth/token.

Written for commit 31df040631. Summary will update automatically on new commits.

**Original Pull Request:** https://github.com/better-auth/better-auth/pull/5992 **State:** closed **Merged:** Yes --- Ensures the zoom provider will refresh the access token when needed. I tested it locally with an app that uses it, not sure if there's a better option? <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Adds automatic access token refresh to the Zoom OAuth provider to prevent failures when tokens expire. Tokens now refresh via Zoom’s token endpoint using client credentials. - **Bug Fixes** - Implemented a default refreshAccessToken handler (overridable) using the shared OAuth2 refresh utility and https://zoom.us/oauth/token. <sup>Written for commit 31df040631f20b406a0ac5f700b6ff544f75a57d. Summary will update automatically on new commits.</sup> <!-- End of auto-generated description by cubic. -->
GiteaMirror added the pull-request label 2026-04-13 09:32:33 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#14614