Chapter 4: User Management with Amplify Authentication
In this chapter, we will continue from where we left off in the previous chapter; that is, integrating the Amplify authentication UI with the Amplify authentication backend. Setting up the user management system correctly is critical for many businesses and websites because the security surrounding user information is very important. In this chapter, we will cover the following topics:
- Understanding AWS authentication
- Signing up for the ReactJS app
- Signing in and out of the ReactJS app
- Signing up for the Expo and React Native apps
- Signing in and out of the Expo and React Native apps
We will cover these points for a ReactJS project, an Expo project, and a React Native project.