logo image
Build MVP DocsCode TemplatesUI Components
logo image
  • Introduction

    • Getting started
  • 01 Ideas

    • Thinking and validating ideas
    • Task & Docs Management Tools
  • 02 Build MVP fast

    • Install dev tools
    • Download Next.js code template
    • Setup your brand and SEO
    • Store code on the Gitlab
    • Setup MongoDB on local
    • Setup Authentication

    • Setup live chat
    • Setup sending email
    • Start building MVP
  • 03 Release product

    • Review app logo and fav icon
    • Review lang, font family, meta info
    • Setup MongoDB for production
    • Deploy on Vercel
    • Add your domain
  • 04 Marketing

    • Google Ads
    • Youtube Ads
    • Facebook Ads
  1. Home
  2. Build Mvp Docs
  3. Build
  4. Setup Auth

02 Build MVP fast

Setup authentication for template code

My template code comes pre-configured with two sign-in methods: credentials (email and password) and Google. Users will be able to sign in using their email and password or with their Google account. Please follow the two pages linked below.


  • Setup credential authentication
  • Setup Google authentication
Previous
Setup MongoDB on local
Next
Setup live chat