cognito-passport-oauth2
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -37,3 +37,2 @@ const util = require('util'); | ||
const profile = {}; | ||
profile.username = userData.Username; | ||
@@ -40,0 +39,0 @@ for (let index = userData.UserAttributes.length; index--;) { |
{ | ||
"name": "cognito-passport-oauth2", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A passport strategy to authenticate against an AWS Conginito User Pool OAuth 2.0 provider and get user profile and access token. This supports providing congnito specific additional auth parameters. This is subclass of passport-oauth2 strategy.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
6376
40