From the course: Learning AWS Amplify (2020)

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

User authentication via AWS

User authentication via AWS - Amazon Web Services (AWS) Tutorial

From the course: Learning AWS Amplify (2020)

Start my 1-month free trial

User authentication via AWS

- [Instructor] We've added analytics and we've added hosting, let's see what the Amplify status says now. So we have three categories, we have our analytics, our hosting, and we already have the authentication, remember that was part of analytics, so we can't use the same command of amplify auth add as we did because it's already been added so we have to run amplify auth update. That's not a problem. So now, we're going to add authentication to our app to allow users to log in. So it's going to ask us, as usual, a few different questions. So what do you want to do? Apply default configuration without social provider? So things like, Facebook, Twitter, Google, other types of login federation with social provider, walk through the whole thing, or create or update Cognito user poll groups, so forth. So we're going to do default configuration without social provider, so we're just going to do kind of like a basic user…

Contents