Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 266 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 266 Bytes

next-with-auth

Auth templates to quickly use in your Next.js application

Setup

  1. npm install
  2. cp .env.example .env
  3. npm run dev

Roadmap

  • Credentials auth
  • OTP auth
  • Magic Link
  • OAuth (Google, Microsoft, GitHub, LinkedIn)