How to Auth with CredentialsProvider
Can someone link me to an article/build/tutorial/docs that show how to sign up new users and authenticate them in the T3 stack by using the CredentialsProvider from next-auth rather than OAuth-ing with 3rd party service? I've found lots that show how to OAuth but the CredentialsProvider seems a bit more involved and something I definitely want in my apps.
3 Replies
This one looks pretty promising https://dev.to/franciscomendes10866/nextjs-authentication-with-next-auth-trpc-and-prisma-kgl
DEV Community 👩💻👨💻
Next.js Authentication with NextAuth, tRPC and Prisma ORM
Many applications need to know in some way who the user is and whether or not he has permission to...
Old versions tho
No luck so far...
Helpful article.