nextauthjs / next-auth

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

Where to learn about inner workings of next auth to contribute #11583

Closed RahulBirCodes closed 1 month ago

RahulBirCodes commented 1 month ago

What is the improvement or update you wish to see?

Old link in contributing guide is broken. Where should I go to now?

Is there any context that might help us understand?

No where at the moment to learn how next auth works internally to help contribute.

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

No response

k-taro56 commented 1 month ago

Which has the broken link in contributing guide?

balazsorban44 commented 1 month ago

Hi, the entire source code is public. I would start at the root directory and then delve into packages you would like to contribute to

https://github.com/nextauthjs/next-auth/tree/main/packages

contributing guide is here https://github.com/nextauthjs/.github/blob/main/CONTRIBUTING.md