Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nayansinghal23/next-auth
- Owner: nayansinghal23
- Created: 2024-01-25T03:09:21.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-03T05:30:02.000Z (10 months ago)
- Last Synced: 2024-02-03T14:56:04.752Z (10 months ago)
- Topics: css, html, javascript, next-auth, nextjs, prisma, react, shadcn-ui, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://next-auth-indol-seven.vercel.app
- Size: 413 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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