Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nayansinghal23/next-auth

Learning NextAuth
https://github.com/nayansinghal23/next-auth

css html javascript next-auth nextjs prisma react shadcn-ui tailwindcss typescript

Last synced: 5 days ago
JSON representation

Learning NextAuth

Awesome Lists containing this project

README

        

### Important Packages

1) npm i -D prisma -> To install prisma

2) npm i @prisma/client -> Gives you a fantastic autocomplete experience so you can move quickly and be sure you don't write an invalid query.

3) npm i @auth/prisma-adapter -> In NextAuth.js, an adapter performs a key role as it serves as a bridge between NextAuth.js and your database, it manages important tasks related to authentication.

4) npm i next-auth@beta -> Install next-auth package for authentication