Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/moonlitgrace/nextauth
- Owner: moonlitgrace
- Created: 2023-02-09T16:15:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-27T15:19:40.000Z (over 1 year ago)
- Last Synced: 2024-10-28T11:54:01.527Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://nextauth-dj.vercel.app
- Size: 132 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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...