Description
First off - really appreciate the package. I'm a solo data engineer hoping to move an internal company chat-interface to a more flexible frontend, and this seems like the most actively developed OSS.
I'm fine with all dependencies, but have really struggled how to easily integrate Google Oauth by simply adding the provider with NextAuth - I'm pretty new to Typescript and for some reason this has proven more difficult than Supabase or Clerk.
Would it be possible to add a brief page to docs/
that depicts how to add Oauth and optionally remove other login/registration functionality.
By doing this, it would provide a simple 1-click deploy starting point for internal company chat applications that place all authentication on Google (and domain restrictions if provided).