-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
packages/core/src/providers/webex.ts
Outdated
params: { scope: 'spark:kms spark:people_read' } | ||
}, | ||
token: apiBaseUrl + '/access_token', | ||
userinfo: apiBaseUrl + '/people/me', |
There was a problem hiding this comment.
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
? 🙏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
@ndom91, @ThangHuuVu - if no more changes are required, can this be merged? |
@askmrsinh is attempting to deploy a commit to the authjs Team on Vercel. A member of the Team first needs to authorize it. |
Hi folks! The PR looks great and will greatly benefit our various Webex related projects. Would be nice if we could get this merged! |
☕️ Reasoning
Adds Webex Oauth Provider, Similarweb rank: 2,441. Used by many private/public orgs (including universities, goverment - state and federal, etc.).
🧢 Checklist
🎫 Affected issues
N/A
📌 Resources