nextauthjs / next-auth

Authentication for the Web.
https://authjs.dev
ISC License
24.1k stars 3.34k forks source link

Broken link to built-in providers #8703

Closed nrsimha closed 10 months ago

nrsimha commented 11 months ago

What is the improvement or update you wish to see?

Link to built in provider to work.

Is there any context that might help us understand?

On OAuth authentication page in documentation (https://authjs.dev/getting-started/oauth-tutorial) there is link to "built-in providers" (https://authjs.dev/reference/providers/oauth-builtin) and that page shows Page Not Found error.

Does the docs page already exist? Please link to it.

https://authjs.dev/getting-started/oauth-tutorial

balazsorban44 commented 11 months ago

I think we should create a dedicated Providers page, similar to https://authjs.dev/reference/adapters

Source code is at: https://github.com/nextauthjs/next-auth/blob/main/docs/docs/reference/adapters/index.md

Idan-Garay commented 11 months ago

If this is still available, can this be assigned to me?