Skip to content

Conversation

@royrimachi
Copy link

@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

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

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

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.

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

1 participant