0.0.3 • Published 9 years ago

prerender-auth-azure v0.0.3

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

prerender-auth-azure

Prerender authentication plugin implemented using Azure Tables. v0.0.3

Usage

 npm install prerender-auth-azure --save

In your <prerender_folder>/server.js put the following content, at the top of your plugins lists:

 server.use(require('prerender-auth-azure')); 

Credentials

In order to setup your azure storage credentials you can use:

  • Environment variables - AZURE_STORAGE_ACCOUNT and AZURE_STORAGE_ACCESS_KEY, or AZURE_STORAGE_CONNECTION_STRING.

As described here: Azure Storage SDK Docs

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago