You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2018. It is now read-only.
You can have a look at AWS Amplify which exposes a higher order auth component for this SDK. Maybe that can suit your use case. Also note that we will continue developing this library in the AWS Amplify repo. We have also removed the AWS SDK dependency.
On line 20 of CognitoUserPool.js,
breaks the browser, since
'aws-sdk/clients/cognitoidentityserviceprovider';
is not a valid specifier.I would suggest changing that line to
So that users who aren't looking to add a build step don't have to.
I realize that this will also require the aws-sdk lib to release an es modules version. See aws/aws-sdk-js#1766
The text was updated successfully, but these errors were encountered: