Module Three

Introduction

In this module you will learn how to sign up, confirm, login, and sign out a user. We will be implementing the functionality for each screen in just a few lines of code.

What You Will Learn

  • Configure the Auth category
  • Sign up a user
  • Verify a user email
  • Login an authenticated user
  • Sign out an authenticated user

Key Concepts

Authentication - Authentication is the process of verifying and managing a user, allowing them to interact with resources of the app.