dabit3 / gatsby-auth-starter-aws-amplify

Starter Project with Authentication with Gatsby & AWS Amplify
MIT License
324 stars 399 forks source link

Fixes GraphQL version mismatch in package.json fixing issue #4, adds … #8

Closed shawnmmatthews closed 5 years ago

shawnmmatthews commented 5 years ago

…a check for the user objects existence in utils/auth.js, adds an error component to display form errors (and a link to the AWS Cognito User Pool docs) to the user on SignUp and Login.

shawnmmatthews commented 5 years ago

Not exactly sure why issue #4 can't be handled in onCreateWebpackConfig per https://github.com/gatsbyjs/gatsby/issues/8246, but it doesn't seem to solve it. Using package.json resolutions is obviously brittle (and yarn specific without an additional package), but was the only way I was able to get this running.

dabit3 commented 5 years ago

Hey @shawnmmatthews thank you!