cognito-helper
cognito-helper copied to clipboard
Wrapper for Amazon Cognito library with methods common for a web or mobile app, like authentication with email and password, signup, federated login, link accounts, reset password etc.
Bumps [lodash](https://github.com/lodash/lodash) from 3.10.1 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 4.0.0 lodash v4.0.0 2015 was big year! Lodash became the most depended on npm package, passed 1...
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 1.0.0 to 5.0.0. Release notes Sourced from https-proxy-agent's releases. 5.0.0 Major Changes Refactor to TypeScript: #95 4.0.0 Major Changes Set "engines" requirement to node 6.0.0: #82 Update...
There is a Signature Verification Bypass vuln reported (https://www.npmjs.com/advisories/831). Updating `jwt-simple` to fix this.
When using this Lambda, installed through the zip provided. Periodically I get a `[Error: ENOENT, no such file or directory '.env'] errno: 34, code: 'ENOENT', path: '.env', syscall: 'open'` error....
I can see this module support login with email and password. Can this library support the username and password as well? Thanks,
In the tutorials the instruction is to set the Lambda Error Regex to default for the Integration Response for OPTIONS for each operation. However, the Options Integration Response only has...
Thank you for the project. After creating the cognito-lambda.zip file and uploading to Lambda I get several errors indicating that some modules were not found. According to the zip-lambda.sh file...
Some people don't use it, and it can be invoked at runtime using `node -r dotenv/config myserver.js`.
I tried to set up a facebook provider. On the client side, all seems to work. On the server side I'm getting: ``` [2016-01-10 22:48:47.317] [INFO] express - GET /?code=AQBQXLIJL5TSG-ol713pVt0JSKb1wAYiYffO81NPb3v2smnm9eUgtXj1InJY-f1YrYPh1pvNU-aTu6DhYheaWAaqHxdZbhzQS1I2vAZQi9-I2GfJTbnn6F-ydSP3wr9Vb1DAagDw7q4OWBXFxnSnUZCe7ucsaY0BMwLJKnFriP-YeL40-D-mfGfdoXDMC4sNIzMVpt3bSJQipMPlVllOSCF7IWckVzGq90zcIutfz59z1haraedQZiOQK7LjLj567PUUAL1sT82JCJDXTmK7PNi6sN_NOaWAP_Vjt0V9R-BlXJWQU9Z57CzXIZIfQP-s2Ioum7iQXPAnTsDYb3Akvkh-sqQwX_T4-VCowd8sJQPRMMgsW07DZor-gcxQcwxq--4...
Those are some tips for Paypal integration I would like to share : - Paypal sandbox doesn't accept localhost as callback target. Use http://127.0.0.1:8100 instead. - Choose "Personal Information", "Address...