Infsoft.WPE.App.Authentication.Web
0.1.0-next06
Prefix Reserved
See the version list below for details.
dotnet add package Infsoft.WPE.App.Authentication.Web --version 0.1.0-next06
NuGet\Install-Package Infsoft.WPE.App.Authentication.Web -Version 0.1.0-next06
<PackageReference Include="Infsoft.WPE.App.Authentication.Web" Version="0.1.0-next06" />
<PackageVersion Include="Infsoft.WPE.App.Authentication.Web" Version="0.1.0-next06" />
<PackageReference Include="Infsoft.WPE.App.Authentication.Web" />
paket add Infsoft.WPE.App.Authentication.Web --version 0.1.0-next06
#r "nuget: Infsoft.WPE.App.Authentication.Web, 0.1.0-next06"
#addin nuget:?package=Infsoft.WPE.App.Authentication.Web&version=0.1.0-next06&prerelease
#tool nuget:?package=Infsoft.WPE.App.Authentication.Web&version=0.1.0-next06&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 | Versions 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- Infsoft.WPE.App.Authentication.Base (>= 0.1.0-next07)
- Microsoft.AspNetCore.Components.WebAssembly.Authentication (>= 8.0.5)
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.4.5 | 142 | 5/28/2025 |
0.4.4 | 144 | 5/23/2025 |
0.4.3 | 221 | 4/25/2025 |
0.4.2 | 180 | 4/24/2025 |
0.4.1 | 323 | 4/8/2025 |
0.4.0 | 150 | 4/8/2025 |
0.3.6 | 181 | 4/3/2025 |
0.3.5 | 304 | 3/13/2025 |
0.3.3 | 139 | 3/13/2025 |
0.3.2 | 270 | 3/7/2025 |
0.3.1 | 257 | 3/6/2025 |
0.3.0 | 254 | 2/24/2025 |
0.2.0 | 185 | 2/19/2025 |
0.1.2 | 290 | 1/27/2025 |
0.1.1 | 89 | 1/27/2025 |
0.1.0 | 441 | 11/18/2024 |
0.1.0-next08 | 990 | 7/5/2024 |
0.1.0-next07 | 98 | 6/14/2024 |
0.1.0-next06 | 87 | 6/14/2024 |
0.1.0-next05 | 82 | 6/14/2024 |
0.1.0-next04 | 86 | 6/14/2024 |
0.1.0-next03 | 100 | 5/24/2024 |
0.1.0-next02 | 98 | 5/24/2024 |
0.1.0-next01 | 97 | 5/22/2024 |
0.1.0-next00 | 86 | 5/21/2024 |