Completed
User Interface for the Login Page
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Passwordless Authentication Tutorial - Implementing Email-Based Login with React Native
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 The Authentication Flow
- 3 Stepzen
- 4 Adjusting and defining the database schema
- 5 Defining the authentication router, generating email tokens
- 6 Implementing the Authentication
- 7 Generating the Email Token
- 8 Validating the User in the Database
- 9 Restricting unauthenticated users from accessing the API; Assigning new objects to the user that is authenticating
- 10 Sending the tokenOTP to the user's email
- 11 Creating the User Interface for the paswordlessa authentication
- 12 User Interface for the Login Page
- 13 User Interface for the Authentication Page
- 14 Implementing the Backend requests
- 15 Making sure that the API is using the Auth Token from the context provider
- 16 Outro