byu-group-mem
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -23,3 +23,4 @@ /** | ||
let isAuthorized = function (verifiedJWTs, membersOfAdminGroup) { | ||
let isAuthorized = function (verifiedJWTs, membersOfAdminGroup) { | ||
if (!verifiedJWTs || !membersOfAdminGroup) return false; | ||
const claims = verifiedJWTs.prioritizedClaims; | ||
@@ -26,0 +27,0 @@ |
{ | ||
"name": "byu-group-mem", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Validates the group membership of a person", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
21005
76