Infsoft.WPE.App.Authentication.Web 0.1.0-next01

Prefix Reserved
This is a prerelease version of Infsoft.WPE.App.Authentication.Web.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Infsoft.WPE.App.Authentication.Web --version 0.1.0-next01                
NuGet\Install-Package Infsoft.WPE.App.Authentication.Web -Version 0.1.0-next01                
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="Infsoft.WPE.App.Authentication.Web" Version="0.1.0-next01" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Infsoft.WPE.App.Authentication.Web --version 0.1.0-next01                
#r "nuget: Infsoft.WPE.App.Authentication.Web, 0.1.0-next01"                
#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 Infsoft.WPE.App.Authentication.Web as a Cake Addin
#addin nuget:?package=Infsoft.WPE.App.Authentication.Web&version=0.1.0-next01&prerelease

// Install Infsoft.WPE.App.Authentication.Web as a Cake Tool
#tool nuget:?package=Infsoft.WPE.App.Authentication.Web&version=0.1.0-next01&prerelease                

Workplace Experience (WPE) Web Authentication Library

This library handles all necessary tasks to perform a login with a Blazor WPA.

Setup

To add all required services the extension method AddWebAuthentication is provided.

Authentication can then be performed with the interface ILoginService, whereas tokens can be fetched from ITokenProvider.

Updating JS libraries

To build oidc-client-ts, snowpack is used. A build is necessary to use a simple js file as module, otherwise import statements do not work.

As the build is static, a build version is already included, thus only on updates to the library a rebuild is necessary.

To rebuild execute the following commands (in folder JS):

npm install # first time only to install dependencies
npm run build
mv build/_snowpack/pkg/*.js ../wwwroot/auth
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
0.1.0-next08 39 7/5/2024
0.1.0-next07 48 6/14/2024
0.1.0-next06 40 6/14/2024
0.1.0-next05 41 6/14/2024
0.1.0-next04 44 6/14/2024
0.1.0-next03 63 5/24/2024
0.1.0-next02 57 5/24/2024
0.1.0-next01 54 5/22/2024
0.1.0-next00 46 5/21/2024