https://github.com/eltonsantos/login-nextauth
Login with Credentials and Social Login using Next 15 and NextAuth. Tutorial: https://www.youtube.com/watch?v=oSDjImNvlGs
https://github.com/eltonsantos/login-nextauth
cookie credentials github google jwt next-auth nextjs15 oauth2 session
Last synced: about 1 month ago
JSON representation
Login with Credentials and Social Login using Next 15 and NextAuth. Tutorial: https://www.youtube.com/watch?v=oSDjImNvlGs
- Host: GitHub
- URL: https://github.com/eltonsantos/login-nextauth
- Owner: eltonsantos
- Created: 2025-01-14T06:26:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-15T04:43:13.000Z (over 1 year ago)
- Last Synced: 2025-03-15T12:32:00.158Z (over 1 year ago)
- Topics: cookie, credentials, github, google, jwt, next-auth, nextjs15, oauth2, session
- Language: TypeScript
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Technologies |
Getting started |
Project |
Layout
LOGIN NEXTAUTH
---
## 🧪 Technologies
This project was developed using the following technologies:
- [Nextjs 15](https://nextjs.org/)
- [NextAuth](https://next-auth.js.org/)
## 🚀 Getting started
Clone the project and access the folder
```bash
$ git clone https://github.com/eltonsantos/login-nextauth.git && cd login-nextauth
```
Follow the steps below
```bash
# Install the dependencies
$ npm install
# Start the project
$ npm run dev
```
## 💻 Project
Login NextAuth and Social Login.
## 🔖 Layout
## 👨🏻💻 Author
Elton Santos 🚀
Made with ❤️ by Elton Santos 👋🏽 [Contact me!](https://www.linkedin.com/in/eltonmelosantos/)