passport-oneauth
Advanced tools
Comparing version 1.2.2 to 1.2.3
{ | ||
"name": "passport-oneauth", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Passport strategy for oneauth server", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -12,2 +12,3 @@ /** | ||
profile.id = String(json.id); | ||
profile.username = json.username; | ||
profile.name = json.firstname + " " + json.lastname; | ||
@@ -14,0 +15,0 @@ profile.email = json.email; |
@@ -29,2 +29,3 @@ import {Strategy as OAuth2Strategy} from 'passport-oauth2' | ||
code: string; | ||
username: string; | ||
name: string; | ||
@@ -31,0 +32,0 @@ batch_id: number; |
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
19304
191