Skip to content

edson-k/nextjs-base-project

 
 

Repository files navigation

alt text nextjs-base-project

Example showing a custom sign-in page using NextAuth.js with Two Factor Authentication using TOTP algorithm.

📦 Technologies

Dynamic JSON Badge Dynamic JSON Badge Dynamic JSON Badge Dynamic JSON Badge

DEMO

https://nextjs-base-project.edsonk.com.br/

Features

  • Users can manage 2FA
  • Enforce 2FA during login
  • First class integration with NextAuth.js
  • reCAPTCHA
  • OTP

🚀 Getting Started

First, run the development server:

  1. Install dependencies
$ npm Install
  1. Start dev server
$ npm run dev
# or
$ yarn dev

Open http://localhost:3000 with your browser to see the result.

🛡 NextAuth.js

You will find more examples under https://next-auth.js.org/.

reCAPTCHA

Create your reCAPTCHA key at http://www.google.com/recaptcha/admin

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

Base project NextJS, Auth, 2FA, Recovery Code, reCAPTCHA, activation link account and OTP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.3%
  • CSS 2.6%
  • JavaScript 0.1%