Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Auth module for Nuxt 3 & 4 apps. Supports local credentials, GitHub OAuth, and G
| Provider | Key | Status |
| -------- | -------- | ------ |
| Local | local | ✅ |
| GitHub | github | ✅ |
| GitHub | github. | ✅ |
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Action required

1. Wrong github provider key 🐞 Bug ≡ Correctness

README.md lists the GitHub provider key as github. but the module’s supported provider identifier
is github, so users copying the documented key will configure an unknown provider and trigger
runtime “Cannot find provider” failures.
Agent Prompt
### Issue description
The README provider table documents GitHub’s provider key as `github.` (trailing dot), but the actual provider key used throughout the codebase is `github`. This inconsistency will lead users to configure an invalid provider name and encounter runtime errors.

### Issue Context
The codebase defines supported providers as `local | github | google` and tests reference `github` as the provider key.

### Fix Focus Areas
- README.md[9-15]

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools

| Google | google | ✅ |
| Facebook | facebook | 🚧 |
| LinkedIn | linkedin | 🚧 |
Expand Down
Loading