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

feat(providers): add webex oauth #9653

Merged
merged 9 commits into from
Feb 10, 2024
Merged

feat(providers): add webex oauth #9653

merged 9 commits into from
Feb 10, 2024

Conversation

askmrsinh
Copy link
Contributor

@askmrsinh askmrsinh commented Jan 16, 2024

☕️ Reasoning

Adds Webex Oauth Provider, Similarweb rank: 2,441. Used by many private/public orgs (including universities, goverment - state and federal, etc.).

🧢 Checklist

  • Documentation
  • Tests
  • Ready to be merged

🎫 Affected issues

N/A

📌 Resources

Copy link

vercel bot commented Jan 16, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
auth-docs ❌ Failed (Inspect) Feb 9, 2024 11:55pm
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
next-auth-docs ⬜️ Ignored (Inspect) Visit Preview Feb 9, 2024 11:55pm

@askmrsinh askmrsinh changed the title fix(providers): add webex oauth feat(providers): add webex oauth Jan 16, 2024
params: { scope: 'spark:kms spark:people_read' }
},
token: apiBaseUrl + '/access_token',
userinfo: apiBaseUrl + '/people/me',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tiny nit on these, can you change them to string interpolation? i.e. ${apiBaseUrl}/people/me? 🙏

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

@askmrsinh
Copy link
Contributor Author

@ndom91, @ThangHuuVu - if no more changes are required, can this be merged?

Copy link

vercel bot commented Feb 7, 2024

@askmrsinh is attempting to deploy a commit to the authjs Team on Vercel.

A member of the Team first needs to authorize it.

@zoneix
Copy link

zoneix commented Feb 7, 2024

Hi folks! The PR looks great and will greatly benefit our various Webex related projects. Would be nice if we could get this merged!

@ndom91 ndom91 merged commit 8be77d3 into nextauthjs:main Feb 10, 2024
9 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Refers to `@auth/core` providers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants