aws-amplify-auth-starters icon indicating copy to clipboard operation
aws-amplify-auth-starters copied to clipboard

Starter projects for developers looking to build web & mobile applications that have Authentication & protected routing

Results 6 aws-amplify-auth-starters issues
Sort by recently updated
recently updated
newest added

Hello @jpeddicord and @dabit3, we are trying to implement this solution in one of our React applications. We downloaded the react example and tied it to our existing Cognito User...

I have created a live demo of using this AWS Amplify for Auth on https://um-app.t3chflicks.org/ and the code can be found here https://github.com/sk-t3ch/AWS-user-manager-app-quickstart. I also wrote a couple of blog...

I wish to use this but already have a cognito user pool that I want to reuse. Can I attach the existing pool instead of creating one? Specifically, where can...

This is probably an FAQ or doc update, but if you hit this issue, you can work around it by copying ANY debug.store to `/...yourpath.../aws-amplify-auth-starters/android/app/debug.keystore` For example: `cp /...yourpath.../aws-amplify-auth-starters/node_modules/react-native/template/android/app/debug.keystore /...yourpath.../aws-amplify-auth-starters/android/app/`...

Issue: https://github.com/aws-amplify/amplify-js/issues/3868#issue-482012666 I have deployed using the `click to deploy` button. While trying to sign in i get this error: ```json error signing up: Object { code: "InvalidParameterException", name: "InvalidParameterException",...