Epsitec.Passport.Shared
3.46.2.2630
Prefix Reserved
dotnet add package Epsitec.Passport.Shared --version 3.46.2.2630
NuGet\Install-Package Epsitec.Passport.Shared -Version 3.46.2.2630
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="Epsitec.Passport.Shared" Version="3.46.2.2630" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Epsitec.Passport.Shared" Version="3.46.2.2630" />
<PackageReference Include="Epsitec.Passport.Shared" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Epsitec.Passport.Shared --version 3.46.2.2630
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Epsitec.Passport.Shared, 3.46.2.2630"
#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.
#:package Epsitec.Passport.Shared@3.46.2.2630
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Epsitec.Passport.Shared&version=3.46.2.2630
#tool nuget:?package=Epsitec.Passport.Shared&version=3.46.2.2630
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Passport.Shared
Epsitec.Passport.Shared is a .NET library for shared Passport authentication and UI building blocks used by Blazor-based applications.
Target framework: .NET 10 / C# 14.
What this package provides
- Shared models for Passport login flows and user state
- Reusable authentication-related logic and service registration helpers
- Blazor-friendly components and interop support for stateful UI
- Localization resources and static assets for integrated user experiences
Getting started
Install the package, register the shared Passport services, and enable the translator middleware in your application startup:
using Epsitec.Net.Localization;
using Epsitec.Passport.Shared.Models;
builder.Services.AddPassportSharedServices<YourApp, YourLoginFlowLogic>(builder.Configuration);
app.UseTranslator();
Passport Container in a Blazor component:
@using Epsitec.Passport.Shared.Components.Panels
<PassportContainer />
This package is intended for applications that want to integrate Passport authentication into a Blazor solution.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- BouncyCastle.Cryptography (>= 2.6.2)
- Epsitec.Bcx.Core (>= 6.9.2.2623)
- Epsitec.Rezo.Api (>= 11.6.0.2629)
- Konscious.Security.Cryptography.Argon2 (>= 1.3.1)
- Microsoft.AspNetCore.Components (>= 10.0.10)
- Microsoft.AspNetCore.Components.Forms (>= 10.0.10)
- Microsoft.AspNetCore.Components.Web (>= 10.0.10)
- Microsoft.AspNetCore.Http.Connections.Client (>= 10.0.10)
- Microsoft.AspNetCore.Http.Connections.Common (>= 10.0.10)
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 10.0.10)
- Microsoft.AspNetCore.SignalR.Client (>= 10.0.10)
- Microsoft.AspNetCore.SignalR.Protocols.Json (>= 10.0.10)
- Microsoft.Extensions.Configuration (>= 10.0.10)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Configuration.Binder (>= 10.0.10)
- Microsoft.Extensions.DependencyInjection (>= 10.0.10)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Http (>= 10.0.10)
- Microsoft.Extensions.Localization (>= 10.0.10)
- Microsoft.Extensions.Localization.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Logging (>= 10.0.10)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Options (>= 10.0.10)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 10.0.10)
- Microsoft.IdentityModel.Tokens (>= 8.20.0)
- Microsoft.JSInterop (>= 10.0.10)
- Newtonsoft.Json (>= 13.0.4)
- OrchardCore.Localization.Core (>= 3.0.1)
- QrCoder (>= 1.8.0)
- System.Drawing.Common (>= 10.0.10)
- System.Interactive (>= 7.0.1)
- System.Reactive (>= 7.0.0)
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 |
|---|---|---|
| 3.46.2.2630 | 110 | 7/22/2026 |
| 3.46.1.2630 | 94 | 7/21/2026 |
| 3.44.3.2625 | 114 | 6/25/2026 |