nextauthjs / nextauthjs/next-auth
credential-provider-related links lead to error 404 Not found.
Open
Nobody has claimed this yet.
triage
- Dominant language
- TypeScript
- Stars
- 28.4k
- Forks
- 4k
- PR merge metrics
- No merged PRs in 30d
Description
What is the improvement or update you wish to see?
some credentials-provider-related docs at https://authjs.dev/reference/core/providers link to 404 not found.
i.e.,
...
<a href="https://authjs.dev/guides/providers/credentials">Credentials guide</a>
...
<a href="https://authjs.dev/concepts/credentials">Credentials-based Authentication</a>
...
no urgency for me, just ran across it, fyi.
Is there any context that might help us understand?
Source locations...
./packages/core/src/providers/index.ts#L66C29-L66C76
./packages/core/src/providers/index.ts#L24
Does the docs page already exist? Please link to it.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in packages/core/src/providers/index.ts at the referenced lines and inspect the credential-provider documentation links. Verify the intended destinations and confirm the corrected links no longer return 404; the work is done when both listed references resolve successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100