tolgaouz / next-auth-example-sign-in-page

Example NextAuth.js Signin Page

Home Page:https://next-auth-example-sign-in-page.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ” Example Sign-in Page

This is a custom NextAuth.js sign-in page I'd once used in an internal application.

I decided to open-source it in this example repository. Feel free to use as you see fit!

πŸ“Ί Screenshot

Screenshot 1

πŸš€ Getting Started

  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 the example sign-in page under /src/pages/auth/signin.js.

This has an example OAuth provider (Github) and an example magic link Email login field, although the Email provider is not setup in this repo. For email setup, please check out the docs for more information.

πŸ“ License

MIT

About

Example NextAuth.js Signin Page

https://next-auth-example-sign-in-page.vercel.app/


Languages

Language:JavaScript 52.6%Language:CSS 47.4%