amazon-cognito-identity-js-node
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "amazon-cognito-identity-js-node", | ||
"description": "Amazon Cognito Identity Provider JavaScript SDK for Node.js", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"author": "Takashi Kaneda", | ||
@@ -6,0 +6,0 @@ "repository": { |
# Amazon Cognito Identity SDK for JavaScript for Node.js | ||
This module is a fork of [amazon-cognito-identity-js](https://github.com/aws/amazon-cognito-identity-js) and applicable to Node.js | ||
## Install | ||
```sh | ||
npm install amazon-cognito-identity-node | ||
``` | ||
## Usage | ||
```sh | ||
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; | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19
75899
15