@blackbaud/skyux-builder-plugin-auth-email-whitelist
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -19,4 +19,6 @@ const preload = (content, resourcePath, skyAppConfig) => { | ||
const emailDomainWhitelist: string[] = [ | ||
'blackbaud.ca', | ||
'blackbaud.com', | ||
'blackbaud.me', | ||
'blackbaud.com.au', | ||
'blackbaud.co.uk', | ||
@@ -26,3 +28,4 @@ 'blackbaud.au', | ||
'attentive.ly', | ||
'everydayhero.com' | ||
'everydayhero.com', | ||
'smarttuition.com' | ||
]; | ||
@@ -29,0 +32,0 @@ const parsedToken = decode(token); |
@@ -0,1 +1,5 @@ | ||
# 1.0.6 (2017-07-27) | ||
- Added more email domains. | ||
# 1.0.5 (2017-06-16) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "@blackbaud/skyux-builder-plugin-auth-email-whitelist", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A SKY UX Builder plugin that only allows users with Blackbaud email addresses to access the SPA.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
4388
48