-
Notifications
You must be signed in to change notification settings - Fork 4k
feat(provider): Adding login with amazon OAuth2 provider #13362
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
base: main
Are you sure you want to change the base?
feat(provider): Adding login with amazon OAuth2 provider #13362
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
|
@royrimachi is attempting to deploy a commit to the authjs Team on Vercel. A member of the Team first needs to authorize it. |
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.
Pull request overview
This PR adds support for "Login with Amazon" as a new OAuth2 provider to the Auth.js ecosystem, including the provider implementation, documentation, logo asset, and necessary configuration updates.
- Provider implementation with OAuth2 configuration and profile mapping
- Complete documentation page with setup instructions for multiple frameworks
- SVG logo asset and manifest updates
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
packages/core/src/providers/amazon.ts |
New OAuth2 provider implementation for Amazon with authorization, token, and userinfo endpoints configured |
docs/public/img/providers/amazon.svg |
Amazon logo asset for documentation and UI |
docs/pages/getting-started/providers/amazon.mdx |
Provider setup documentation with examples for Next.js, Express, Qwik, and SvelteKit |
docs/pages/data/manifest.json |
Added Amazon to the list of OAuth providers |
.github/ISSUE_TEMPLATE/2_bug_provider.yml |
Added Amazon to the provider selection dropdown in bug report template |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
6166818 to
9d7cbc5
Compare
9d7cbc5 to
e7bd460
Compare
☕️ Reasoning
🧢 Checklist
🎫 Affected issues
📌 Resources