Nibble.Azure.BasicAuthentication 2.0.2

dotnet add package Nibble.Azure.BasicAuthentication --version 2.0.2
NuGet\Install-Package Nibble.Azure.BasicAuthentication -Version 2.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Nibble.Azure.BasicAuthentication" Version="2.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Nibble.Azure.BasicAuthentication --version 2.0.2
#r "nuget: Nibble.Azure.BasicAuthentication, 2.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Nibble.Azure.BasicAuthentication as a Cake Addin
#addin nuget:?package=Nibble.Azure.BasicAuthentication&version=2.0.2

// Install Nibble.Azure.BasicAuthentication as a Cake Tool
#tool nuget:?package=Nibble.Azure.BasicAuthentication&version=2.0.2

Basic authentication for Windows Azure websites

Basic authentication for Windows Azure websites is a HTTP managed module that provides basic authentication for web applications hosted in Windows Azure websites.

Forked and modified from https://github.com/devbridge/AzurePowerTools

To disable you can set a app setting

<add key="BasicAuthEnabled" value="false"/>

Allows you to specify a IP whitelist and doesn't require auth when running local

<basicAuth>
	<credentials>
		<add username="test" password="test"/>
	</credentials>
	<whitelist>
		<add ip="78.21.79.247" />
	</whitelist>
</basicAuth>

Available through nuget

Install-Package Nibble.Azure.BasicAuthentication
Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.2 934 7/19/2018
2.0.1 922 7/17/2018
2.0.0 855 7/16/2018
1.0.1 868 7/13/2018
1.0.0 875 7/13/2018