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
  5. Credentials

Setup credentials authentication

In the email and password authentication flow, everything has already been fully handled. You can click on the screen to view the sign-in and sign-up forms.

signin signup buttons

This is Signin form:

signin form

This is Signup form:

signup form

No additional setup is required.

You can also check out the sign-in and sign-up form components and other form field components in here.