Completed
Setup Authentication in Amplify Studio
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
AWS Amplify Authentication in React Native - Full Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Create the AWS Amplify project
- 3 Setup Authentication in Amplify Studio
- 4 Pull the Amplify backend in our React Native project
- 5 Configure Amplify library in our React Native project
- 6 Basic authentication using withAuthenticator HOC
- 7 AWS Cognito dashboard
- 8 Theming
- 9 Authentication with custom UI
- 10 Sign-in screen
- 11 Loading state
- 12 Sign up screen
- 13 Confirm email screen
- 14 Forgot password flow
- 15 Conditional Navigation based on Auth state
- 16 Authentication events with Amplify HUB