Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/moonlitgrace/nextauth

Frontend made with NextJs for NextAuth - a fully secure authentication system
https://github.com/moonlitgrace/nextauth

Last synced: 7 days ago
JSON representation

Frontend made with NextJs for NextAuth - a fully secure authentication system

Awesome Lists containing this project

README

        

# NextAuth - a secure and powerful authentication system
NextAuth is using httpOnly cookies for authentication, so this is more secure than authentication with localStorage

It has Google and Github social authentication too... And it comes with awesome UI ...

### Major packages used
[next-js](https://nextjs.org/) - for frontend

[@react-oauth/google](https://www.npmjs.com/package/@react-oauth/google) - for Google login

[tailwindcss](https://tailwindcss.com/) - for UI

> Checkout the backend for this [NextAuth-api](https://github.com/tokitou-san/NextAuth-api)

## Getting Started
Clone this repo and `cd /`
Then, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```
Server will be run in `http://localhost:3000`

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

That's all, you can modify this backend and feel free make a pull request.

You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.

## Deployed on Vercel
This was deployed on vercel, yeah it's live !

[Live demo](https://nextauth-dj.vercel.app)

> Please wait until the server loads...