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 was archived by the owner on Feb 24, 2018. It is now read-only.
Basically this library is just a wrapper over the cognitoidentityserviceprovider client available in the aws-sdk. This library just provides the features that are listed in the README, for example (among others) it does the SRP math required for authentication and it provides functions for device remembering if this is a feature you have enabled in your user pool.
Of course you could just skip completely in using this SDK and implement all the features mentioned directly in your project and call the respective APIs.
I see. Thank you.
On Wed, Sep 21, 2016 at 12:38 AM Ionut Trestian [email protected]
wrote:
Basically this library is just a wrapper over the
cognitoidentityserviceprovider client available in the aws-sdk. This
library just provides the features that are listed in the README, for
example (among others) it does the SRP math required for authentication and
it provides functions for device remembering if this is a feature you have
enabled in your user pool.
Of course you could just skip completely in using this SDK and implement
all the features mentioned directly in your project and call the respective
APIs.
I'm curious how this approach compares against using the aws-sdk now with built-in module / webpack support? aws/aws-sdk-js#1123
Does this tutorial translate well with using the indivdual sdk "clients"? https://github.com/aws/aws-sdk-js/tree/master/clients
If so, can you point out the pieces of this tutorial that map with their respective "clients"?
Thanks.
The text was updated successfully, but these errors were encountered: