0.0.3 • Published 8 years ago

amazon-cognito-identity-js-node v0.0.3

Weekly downloads
3,701
License
SEE LICENSE IN LI...
Repository
github
Last release
8 years ago

Amazon Cognito Identity SDK for JavaScript for Node.js

This module is a fork of amazon-cognito-identity-js and applicable to Node.js

Install

npm install amazon-cognito-identity-js-node

Usage

var AWS = require('aws-sdk');
var CognitoSDK = require('amazon-cognito-identity-js-node');

AWS.CognitoIdentityServiceProvider.AuthenticationDetails = CognitoSDK.AuthenticationDetails;
AWS.CognitoIdentityServiceProvider.CognitoUserPool = CognitoSDK.CognitoUserPool;
AWS.CognitoIdentityServiceProvider.CognitoUser = CognitoSDK.CognitoUser;