Stardust.Aadb2c.AuthenticationFilter by Stardust

<PackageReference Include="Stardust.Aadb2c.AuthenticationFilter" Version="2.0.1.2" />

 Stardust.Aadb2c.AuthenticationFilter 2.0.1.2

A simple authentication filter for WebApi that supports azure ad b2c

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Stardust.Aadb2c.AuthenticationFilter</id>
    <version>2.0.1.2</version>
    <title>Stardust.Aadb2c.AuthenticationFilter</title>
    <authors>Stardust</authors>
    <owners>Stardust</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>http://stardustframework.com/license</licenseUrl>
    <projectUrl>https://github.com/JonasSyrstad/Stardust.Aadb2c.AuthenticationFilter</projectUrl>
    <iconUrl>http://stardustframework.wdfiles.com/local--files/blog:_start/logo_smal.png</iconUrl>
    <description>A simple authentication filter for WebApi that supports azure ad b2c</description>
    <summary></summary>
    <releaseNotes>Updated to support .netcore</releaseNotes>
    <copyright>Copyright © Stardust 2018</copyright>
    <tags>OAuth2 Azure AAD B2C WebApi</tags>
    <dependencies>
      <group targetFramework=".NETFramework4.7.1">
        <dependency id="Microsoft.AspNet.WebApi.Client" version="5.2.3" />
        <dependency id="Microsoft.AspNet.WebApi.Core" version="5.2.3" />
        <dependency id="Newtonsoft.Json" version="10.0.3" />
        <dependency id="Stardust.Aadb2c.AuthenticationFilter.Core" version="1.0.0.1" />
        <dependency id="Stardust.Particles" version="4.0.2.1" />
      </group>
      <group targetFramework=".NETCoreApp2.0">
        <dependency id="Microsoft.AspNetCore" version="2.0.1" />
        <dependency id="Microsoft.AspNetCore.Authentication" version="2.0.1" />
        <dependency id="Microsoft.AspNetCore.Authentication.Abstractions" version="2.0.1" />
        <dependency id="Newtonsoft.Json" version="10.0.3" />
        <dependency id="Stardust.Aadb2c.AuthenticationFilter.Core" version="1.0.0.1" />
        <dependency id="Stardust.Particles" version="4.0.2.1" />
      </group>
    </dependencies>
  </metadata>
</package>