amazon-cognito-identity-js-node-plus

0.0.1 • Public • Published

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;

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i amazon-cognito-identity-js-node-plus

    Weekly Downloads

    1

    Version

    0.0.1

    License

    SEE LICENSE IN LICENSE.txt

    Unpacked Size

    94.5 kB

    Total Files

    18

    Last publish

    Collaborators

    • frederickbrock