Thank you for this tutorial, it was very helpful for getting me going in the right direction with getting auth setup on my app. One challenge I ran into was passing props between routes got messy because of the way I had dynamic routing setup (couldn't find a way to get the props passed all the way down to the lowest level child in my page hierarchy). After wracking my brain for far too long, I opted for creating a context and referencing that instead (which feels less messy than passing props was getting).
I believe Amplify Auth has changed since I created this video. Give the following a look: docs.amplify.aws/gen1/javascript/build-a-backend/auth/auth-migration-guide/
Can you also provide a video on how to create an Admin login separately to provide authorization to the users in the userpool to login to the app and access the contacts or information from the app please!!!!! Thank you in Advance.
Hi. Although I appreciate your vote of confidence in my being able to build that this afternoon, I currently have quite a bit on my plate, so probably won't get to it for a while. I do have some videos which address a number of the items in your request, so perhaps checking them out will help you get started with the implementation. If/when I get a chance to build this, because it does seem like a fun project, I'll reply back here and let you know. Cheers, Rob
Thank you for this tutorial, it was very helpful for getting me going in the right direction with getting auth setup on my app. One challenge I ran into was passing props between routes got messy because of the way I had dynamic routing setup (couldn't find a way to get the props passed all the way down to the lowest level child in my page hierarchy). After wracking my brain for far too long, I opted for creating a context and referencing that instead (which feels less messy than passing props was getting).
This is a tutorial I was looking for. Well explained. Thank you very much.
Glad it was helpful!
HI @Cumulus.
Great video! I also need your help, how to use the existing user pool login in this application
I can't import Auth from aws-amplify?
What is the exact error message you are getting?
The command is: (try this)
amplify add auth
@@cumuluscycles The import is the issue, I'm getting the same error. You cannot import Auth from aws-amplify
I am getting error for auth that auth is not from aws-amplify
I believe Amplify Auth has changed since I created this video. Give the following a look: docs.amplify.aws/gen1/javascript/build-a-backend/auth/auth-migration-guide/
@@cumuluscycles thank you
@@cumuluscycles in aws-export.js what i need to add for Amplify
Hello i need to know is it possible to build an app like instagram using aws amplify can scale
Can you also provide a video on how to create an Admin login separately to provide authorization to the users in the userpool to login to the app and access the contacts or information from the app please!!!!!
Thank you in Advance.
you could add a property called role, or you could create another user pool
This video made my day. Thanks a lot!
Glad to hear that!
Thanks for the great tutorial!
Glad you liked it!
Perfect.
Please make it as soon as possible by the end of the day.
Hi. Although I appreciate your vote of confidence in my being able to build that this afternoon, I currently have quite a bit on my plate, so probably won't get to it for a while. I do have some videos which address a number of the items in your request, so perhaps checking them out will help you get started with the implementation. If/when I get a chance to build this, because it does seem like a fun project, I'll reply back here and let you know. Cheers, Rob