[PR #1671] [MERGED] feat: zoom oauth #3936

Closed
opened 2026-03-13 11:23:31 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/1671
Author: @nktnet1
Created: 3/4/2025
Status: Merged
Merged: 4/11/2025
Merged by: @Bekacru

Base: mainHead: zoom-oauth


📝 Commits (9)

📊 Changes

5 files changed (+351 additions, -1 deletions)

View changed files

📝 docs/components/builder/social-provider.tsx (+30 -0)
📝 docs/components/sidebar-content.tsx (+20 -1)
docs/content/docs/authentication/zoom.mdx (+80 -0)
📝 packages/better-auth/src/social-providers/index.ts (+3 -0)
packages/better-auth/src/social-providers/zoom.ts (+218 -0)

📄 Description

Added Zoom provider + documentations.

Demo:

zoom-oauth-demo.webm


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/1671 **Author:** [@nktnet1](https://github.com/nktnet1) **Created:** 3/4/2025 **Status:** ✅ Merged **Merged:** 4/11/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `main` ← **Head:** `zoom-oauth` --- ### 📝 Commits (9) - [`2d69198`](https://github.com/better-auth/better-auth/commit/2d691986bf03b3926fe44e61901d845f4f07aaad) feat: zoom oauth - [`6b30d64`](https://github.com/better-auth/better-auth/commit/6b30d64979986e9f1a025be9abc0be26d3e16a90) docs: zoom oauth instructions - [`ef2b4c9`](https://github.com/better-auth/better-auth/commit/ef2b4c9a1d678cbe57e7fb486079c56bcc3c9dd7) docs: notes on adding more zoom scopes depending on use case - [`ed7a240`](https://github.com/better-auth/better-auth/commit/ed7a240f2015da9752b7e43ecef5f5102225712b) chore: remove console.log - [`8632228`](https://github.com/better-auth/better-auth/commit/863222834afefaa06707cdb63e1649ed6917f1f3) Merge branch 'main' into zoom-oauth - [`b3dd0fd`](https://github.com/better-auth/better-auth/commit/b3dd0fdd2404cf5cd74cc724f62cd7b0de9c811a) update zoom icon - [`a075ee2`](https://github.com/better-auth/better-auth/commit/a075ee27ff89e20d3a23ee2f9fe8af61a955822e) update zoom icon - [`5072624`](https://github.com/better-auth/better-auth/commit/5072624ac99782f90643f101de83c82107372055) fix: zoom export - [`28a698e`](https://github.com/better-auth/better-auth/commit/28a698ee184b43a57c21238868a8dcbbd2d8757b) chore: lint ### 📊 Changes **5 files changed** (+351 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/components/builder/social-provider.tsx` (+30 -0) 📝 `docs/components/sidebar-content.tsx` (+20 -1) ➕ `docs/content/docs/authentication/zoom.mdx` (+80 -0) 📝 `packages/better-auth/src/social-providers/index.ts` (+3 -0) ➕ `packages/better-auth/src/social-providers/zoom.ts` (+218 -0) </details> ### 📄 Description Added Zoom provider + documentations. - https://developers.zoom.us/docs/integrations/oauth/ Demo: [zoom-oauth-demo.webm](https://github.com/user-attachments/assets/231a558c-17f7-420f-b4ba-e476373dc675) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-13 11:23:31 -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#3936