![]() |
VOOZH | about |
dotnet add package Infsoft.WPE.App.Authentication.Web --version 2.3.1
NuGet\Install-Package Infsoft.WPE.App.Authentication.Web -Version 2.3.1
<PackageReference Include="Infsoft.WPE.App.Authentication.Web" Version="2.3.1" />
<PackageVersion Include="Infsoft.WPE.App.Authentication.Web" Version="2.3.1" />Directory.Packages.props
<PackageReference Include="Infsoft.WPE.App.Authentication.Web" />Project file
paket add Infsoft.WPE.App.Authentication.Web --version 2.3.1
#r "nuget: Infsoft.WPE.App.Authentication.Web, 2.3.1"
#:package Infsoft.WPE.App.Authentication.Web@2.3.1
#addin nuget:?package=Infsoft.WPE.App.Authentication.Web&version=2.3.1Install as a Cake Addin
#tool nuget:?package=Infsoft.WPE.App.Authentication.Web&version=2.3.1Install as a Cake Tool
This library handles all necessary tasks to perform a login with a Blazor WPA.
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.
To build oidc-client-ts, snowpack is used. A build is necessary to use a simple js file as a 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 | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.3.1 | 142 | 6/10/2026 |
| 2.3.0 | 161 | 5/28/2026 |
| 2.0.1 | 241 | 1/20/2026 |
| 2.0.0 | 119 | 1/20/2026 |
| 0.11.0 | 131 | 1/15/2026 |
| 0.5.7 | 744 | 12/3/2025 |
| 0.5.6 | 697 | 12/3/2025 |
| 0.5.5 | 359 | 9/5/2025 |
| 0.5.4 | 372 | 8/25/2025 |
| 0.5.3 | 330 | 6/26/2025 |
| 0.5.2 | 210 | 6/26/2025 |
| 0.5.1 | 245 | 6/25/2025 |
| 0.5.0 | 398 | 6/12/2025 |
| 0.4.5 | 294 | 5/28/2025 |
| 0.4.4 | 261 | 5/23/2025 |
| 0.4.3 | 313 | 4/25/2025 |
| 0.4.2 | 274 | 4/24/2025 |
| 0.4.1 | 408 | 4/8/2025 |
| 0.4.0 | 244 | 4/8/2025 |
| 0.3.6 | 299 | 4/3/2025 |