Skip to content

feat(provider): Adding login with amazon OAuth2 provider#13362

Open
royrimachi wants to merge 1 commit intonextauthjs:mainfrom
royrimachi:feat/add-login-with-amazon-provider
Open

feat(provider): Adding login with amazon OAuth2 provider#13362
royrimachi wants to merge 1 commit intonextauthjs:mainfrom
royrimachi:feat/add-login-with-amazon-provider

Conversation

@royrimachi
Copy link
Copy Markdown

@royrimachi royrimachi commented Jan 9, 2026

☕️ Reasoning

  • Add Login with Amazon OAuth 2 provider.
  • Add JSDoc documentation.
  • Add provider logo and documentation page.
  • Update issue template and manifest file.

🧢 Checklist

  • Documentation
  • Tests
  • Ready to be merged

🎫 Affected issues

📌 Resources

Copilot AI review requested due to automatic review settings January 9, 2026 22:17
@vercel
Copy link
Copy Markdown

vercel bot commented Jan 9, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
auth-docs Ready Ready Preview, Comment Jan 11, 2026 9:20pm
1 Skipped Deployment
Project Deployment Review Updated (UTC)
next-auth-docs Ignored Ignored Preview Jan 11, 2026 9:20pm

@vercel
Copy link
Copy Markdown

vercel bot commented Jan 9, 2026

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

A member of the Team first needs to authorize it.

Copy link
Copy Markdown

Copilot AI left a 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.

Comment thread packages/core/src/providers/amazon.ts
Comment thread packages/core/src/providers/amazon.ts
Comment thread packages/core/src/providers/amazon.ts
Comment thread docs/pages/data/manifest.json
Comment thread docs/pages/getting-started/providers/amazon.mdx
Comment thread packages/core/src/providers/amazon.ts Outdated
Comment thread packages/core/src/providers/amazon.ts Outdated
Comment thread packages/core/src/providers/amazon.ts Outdated
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.

2 participants