Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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_ID

GITHUB_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.