How to configure User pools and so on?
Closed this issue · 2 comments
hristodd commented
Once I install all needed packages, I get an error: "No userPool". I know I should configure this somewhere, but can't find where. Can you please help? The package looks exactly what I need :D
TheDistanceHQ commented
The AuthProvider uses the AWS Amplify library. You need to configure AWS Amplify with the details of the User Pool before the AuthProvider gets used. See the AWS Amplify documentation for how to do this. We use environment variables to pass the relevant values into our webpack builds, but you don't have to.
hristodd commented
Thank you so much! I will investigate immediately! I'll close the issue.