@blackbaud/skyux-builder-plugin-auth-email-whitelist

A SKY UX Builder plugin that only allows users with Blackbaud email addresses to access the SPA.

Usage no npm install needed!

<script type="module">
  import blackbaudSkyuxBuilderPluginAuthEmailWhitelist from 'https://cdn.skypack.dev/@blackbaud/skyux-builder-plugin-auth-email-whitelist';
</script>

README

Auth Email Whitelist

npm status

This SKY UX Builder plugin requires that a user login with a valid Blackbaud email address before accessing the site content.

Installation

npm install --save @blackbaud/skyux-builder-plugin-auth-email-whitelist

Usage

Open skyuxconfig.json and add/update the following:

{
  "auth": true,
  "plugins": [
    "@blackbaud/skyux-builder-plugin-auth-email-whitelist"
  ]
}