Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/badiniibrahim/next-auth-app
The repository is dedicated to a Next.js application in which I integrated NextAuth to create an authentication system with GitHub and Google, thus demonstrating my understanding of this library.
https://github.com/badiniibrahim/next-auth-app
auth0 nextauth nextjs react tyepscript
Last synced: 29 days ago
JSON representation
The repository is dedicated to a Next.js application in which I integrated NextAuth to create an authentication system with GitHub and Google, thus demonstrating my understanding of this library.
- Host: GitHub
- URL: https://github.com/badiniibrahim/next-auth-app
- Owner: badiniibrahim
- Created: 2023-11-02T23:03:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-02T23:13:36.000Z (about 1 year ago)
- Last Synced: 2023-11-03T00:23:04.941Z (about 1 year ago)
- Topics: auth0, nextauth, nextjs, react, tyepscript
- Language: TypeScript
- Homepage:
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## NextJS app with NextAuth
The repository is dedicated to a Next.js application in which I integrated NextAuth to create an authentication system with GitHub and Google, thus demonstrating my understanding of this library.![](https://img.shields.io/website-up-down-green-red/http/monip.org.svg)
SAWADOGO Badini Ibrahim[![GitHub badiniibrahim](https://img.shields.io/github/followers/badiniibrahim?label=follow&style=social)](https://github.com/badiniibrahim)
[![Gmail Badge](https://img.shields.io/badge/[email protected]?style=flat-square&logo=Gmail&logoColor=white&[email protected])](mailto:[email protected])
[![LinkedIn](https://img.shields.io/badge/linkedin-%230077B5.svg?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/badini-ibrahim-s-306b119b/)
## About this Repository
![GitHub language count](https://img.shields.io/github/languages/count/badiniibrahim/next-auth-app)
![GitHub top language](https://img.shields.io/github/languages/top/badiniibrahim/next-auth-app)
![GitHub last commit](https://img.shields.io/github/last-commit/badiniibrahim/next-auth-app)
![Github Repo Size](https://img.shields.io/github/repo-size/badiniibrahim/next-auth-app)## Technologies
- Next.js
- Beautiful layouts with TailwindCSS
## 🔐 Setup .env file
GITHUB_IDGITHUB_SECRET
GOOGLE_CLIENT_ID
GOOGLE_CLIENT_SECRET
NEXTAUTH_SECRET
### :running: Run Locally
Clone the project
```bash
git clone https://github.com/badiniibrahim/next-auth-app.git
```Install dependencies
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).```bash
yarn install
```## Getting Started
Start the server
First, run the development server:```bash
yarn run dev
```This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
### Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
### :triangular_flag_on_post: Deployment
To deploy this project run
##### Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.