Rystem.RepositoryFramework.Api.Client.Authentication.BlazorServer
6.2.0
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Rystem.RepositoryFramework.Api.Client.Authentication.BlazorServer --version 6.2.0
NuGet\Install-Package Rystem.RepositoryFramework.Api.Client.Authentication.BlazorServer -Version 6.2.0
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="Rystem.RepositoryFramework.Api.Client.Authentication.BlazorServer" Version="6.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Rystem.RepositoryFramework.Api.Client.Authentication.BlazorServer --version 6.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Rystem.RepositoryFramework.Api.Client.Authentication.BlazorServer, 6.2.0"
#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 Rystem.RepositoryFramework.Api.Client.Authentication.BlazorServer as a Cake Addin #addin nuget:?package=Rystem.RepositoryFramework.Api.Client.Authentication.BlazorServer&version=6.2.0 // Install Rystem.RepositoryFramework.Api.Client.Authentication.BlazorServer as a Cake Tool #tool nuget:?package=Rystem.RepositoryFramework.Api.Client.Authentication.BlazorServer&version=6.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
What is Rystem?
Services extensions
HttpClient to use your API (example)
You can add a client for a specific url
builder.Services.AddRepository<User, string>(builder =>
{
builder
.WithApiClient()
.WithHttpClient("localhost:7058");
});
Default interceptor for Authentication with JWT
You may use the default interceptor to deal with the identity manager in .Net DI.
builder.Services.AddDefaultAuthorizationInterceptorForApiHttpClient();
This line of code inject an interceptor that works with ITokenAcquisition, injected by the framework during OpenId integration (for example AAD integration). Automatically it adds the token to each request.
You may use the default identity interceptor not on all repositories, you can specificy them with
builder.Services.AddRepository(builder => {
builder
.WithApiClient()
.WithHttpClient("localhost:7058")
.AddDefaultAuthorizationInterceptorForApiHttpClient<T, TKey>();
});
Remember to add
builder.Services.AddAuthentication(OpenIdConnectDefaults.AuthenticationScheme)
.AddMicrosoftIdentityWebApp(builder.Configuration.GetSection("AzureAdB2C or AzureAd"))
.EnableTokenAcquisitionToCallDownstreamApi(new string[] { "your_scope/access_as_user" })
.AddInMemoryTokenCaches();
builder.Services.AddServerSideBlazor()
.AddMicrosoftIdentityConsentHandler();
builder.Services.AddControllersWithViews()
.AddMicrosoftIdentityUI();
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Microsoft.Identity.Abstractions (>= 7.1.0)
- Rystem.Authentication.Social.Blazor (>= 6.2.0)
- Rystem.RepositoryFramework.Api.Client (>= 6.2.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 |
---|---|---|
9.0.0-rc.1 | 67 | 10/18/2024 |
6.2.0 | 134,705 | 10/10/2024 |
6.1.1 | 78 | 10/9/2024 |
6.1.0 | 47,868 | 9/29/2024 |
6.0.24 | 113 | 9/11/2024 |
6.0.23 | 88 | 7/18/2024 |
6.0.21 | 100 | 6/18/2024 |
6.0.20 | 104 | 6/16/2024 |
6.0.19 | 93 | 6/14/2024 |
6.0.18 | 96 | 6/14/2024 |
6.0.17 | 99 | 6/14/2024 |
6.0.16 | 87 | 6/10/2024 |
6.0.15 | 96 | 6/9/2024 |
6.0.14 | 101 | 5/24/2024 |
6.0.13 | 102 | 5/23/2024 |
6.0.12 | 95 | 5/23/2024 |
6.0.11 | 107 | 5/20/2024 |
6.0.9 | 112 | 5/20/2024 |
6.0.7 | 99 | 5/18/2024 |
6.0.6 | 99 | 5/13/2024 |
6.0.5 | 101 | 5/10/2024 |
6.0.4 | 118 | 4/3/2024 |
6.0.3 | 116 | 3/25/2024 |
6.0.2 | 118 | 3/11/2024 |
6.0.0 | 280 | 11/21/2023 |
6.0.0-rc.6 | 89 | 10/25/2023 |
6.0.0-rc.5 | 80 | 10/25/2023 |
6.0.0-rc.4 | 70 | 10/23/2023 |
6.0.0-rc.3 | 61 | 10/19/2023 |
6.0.0-rc.2 | 74 | 10/18/2023 |
6.0.0-rc.1 | 69 | 10/16/2023 |
5.0.20 | 186 | 9/25/2023 |
5.0.19 | 227 | 9/10/2023 |
5.0.18 | 195 | 9/6/2023 |
5.0.17 | 162 | 9/6/2023 |
5.0.16 | 170 | 9/5/2023 |
5.0.15 | 139 | 9/5/2023 |
5.0.14 | 166 | 9/5/2023 |
5.0.13 | 134 | 9/1/2023 |
5.0.12 | 166 | 8/31/2023 |
5.0.11 | 143 | 8/30/2023 |
5.0.10 | 170 | 8/29/2023 |
5.0.9 | 173 | 8/24/2023 |
5.0.8 | 168 | 8/24/2023 |
5.0.7 | 168 | 8/23/2023 |