bharathvaj-ganesan / next-auth-2fa-example

Example on how to add 2FA to Next.js application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alt text next-auth-2fa-example

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

Features

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

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4

๐Ÿš€ 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/.

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

Example on how to add 2FA to Next.js application.

License:MIT License


Languages

Language:TypeScript 95.0%Language:CSS 4.7%Language:JavaScript 0.3%