https://github.com/patelvivekdev/acme-auth
A next js based authentication, used third party rest api for auth.
https://github.com/patelvivekdev/acme-auth
authentication freeapi nextjs14 serverless
Last synced: 10 months ago
JSON representation
A next js based authentication, used third party rest api for auth.
- Host: GitHub
- URL: https://github.com/patelvivekdev/acme-auth
- Owner: patelvivekdev
- Created: 2024-03-23T21:37:18.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-05T04:57:07.000Z (about 1 year ago)
- Last Synced: 2025-02-04T19:18:27.463Z (11 months ago)
- Topics: authentication, freeapi, nextjs14, serverless
- Language: TypeScript
- Homepage: https://authjs-template.patelvivek.dev
- Size: 761 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
## About
This project is demo of using [`freeapi`](https://freeapi.app/).
This is auth project to demonstrate how to use freeapi to get data and use it in your project.
## What this project does?
- Next.js
- Tailwind CSS
- FreeAPI
- Login
- Register
- protected routes
- Logout
- Profile
- forgot password
- reset password
- verify email