From the course: Learning AWS Amplify (2020)

Unlock the full course today

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

User authentication configuration

User authentication configuration - Amazon Web Services (AWS) Tutorial

From the course: Learning AWS Amplify (2020)

Start my 1-month free trial

User authentication configuration

- [Instructor] So in this chapter, we're going to add a mobile app to our project. So we want to be able to use the same analytics, the same user login, all the same things we've created with amplify and AWS already. So from the terminal, I am at the desktop Picogram folder, and in here I copied from the exercise files for this chapter and video the X-code project. So if I do an LS, I see that I have the Picogram with a capital P here. This is the X-code project. And if I change directories to that, I can see I have my X-code project file there. So we have our project in the right place, but we need to get the configuration in here. So to do that, I'm going to copy from the picoweb the amplify directory here. And I want to make sure I get everything underneath it. So I'm going to do cp-rf for recursive. So I'll run this, and now I should also have the amplify directory. And there it is. So we don't want to initialize…

Contents