Blazorade.Id.Core
1.1.0
See the version list below for details.
dotnet add package Blazorade.Id.Core --version 1.1.0
NuGet\Install-Package Blazorade.Id.Core -Version 1.1.0
<PackageReference Include="Blazorade.Id.Core" Version="1.1.0" />
<PackageVersion Include="Blazorade.Id.Core" Version="1.1.0" />
<PackageReference Include="Blazorade.Id.Core" />
paket add Blazorade.Id.Core --version 1.1.0
#r "nuget: Blazorade.Id.Core, 1.1.0"
#:package Blazorade.Id.Core@1.1.0
#addin nuget:?package=Blazorade.Id.Core&version=1.1.0
#tool nuget:?package=Blazorade.Id.Core&version=1.1.0
Blazorade ID Core
Blazorade ID Core is the library that contains core functionality and type definitions required across different application types supported by Blazorade ID.
Getting Started
Get started with Blazorade Id by visiting the Getting Started page on the Blazorade ID wiki. Also be sure to check out the sample applications included in the Github repository for Blazorade ID.
Version Highlights
The versions of Blazorade ID Core always match the version numbers of the other Blazorade ID libraries. For details, see the Used By tab above.
v1.1.0
- Improved error handling when processing callbacks from the Identity Provider.
- Improved token handling to prevent tokens from being persisted when switching users.
v1.0.0
Initial stable release of Blazorade ID Core.
v1.0.0-rc.6
- Added
CancellationTokenparameters to several asynchronous methods in service interface definitions. - Added a separate
IRefreshTokenStoreservice interface for separately managing refresh tokens. Changed service implementations accoordingly.
v1.0.0-rc.4
- Replaced
ISignOutServicewithIAuthenticationServicethat combines sign-in and sign-out functionality into a single service interface. - Added a default
AuthenticationServiceimplementation.
v1.0.0-rc.3
- Added
IHttpRequestFactoryservice interface to create HTTP requests for resources protected by access tokens managed by Blazorade ID.
v1.0.0-rc.2
- Changed the default namespace for the
Blazorade.Id.Coreassembly fromBlazorade.Id.CoretoBlazorade.Idto align with other Blazorade ID libraries. Moved all defined types accordingly. - Renamed property
MetadataUritoDiscoveryDocumentUrion the Blazorade.Id.Configuration.AuthorityOptions class to better reflect its purpose.
v1.0.0-rc.1
Preparing for the first stable version. Even though Blazorade ID is designed to work with any OAuth/OIDC compliant identity provider, the first stable version will focus on Microsoft Entra ID and Microsoft Entra External ID.
Read more about Blazorade ID on the Blazorade ID Wiki.
v1.0.0-beta.x
Working towards the first stable version.
v1.0.0-alpha.2
- Updated reference to
System.Text.Jsonto a non-vulnerable version.
v1.0.0-alpha.1
- Initial version.
| 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
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Http (>= 8.0.0)
- Microsoft.Extensions.Options (>= 8.0.0)
- System.IdentityModel.Tokens.Jwt (>= 8.0.1)
- System.Text.Json (>= 8.0.5)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Blazorade.Id.Core:
| Package | Downloads |
|---|---|
|
Blazorade.Id
Blazorade ID offers authentication and user identification services to all types of Blazor applications. Blazorade ID aims to unify the programming model for authentication across all Blazor application types, as far as possible. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 1.3.0 | 169 | 12/30/2025 | |
| 1.2.0 | 118 | 12/29/2025 | |
| 1.1.0 | 103 | 12/27/2025 | |
| 1.0.0 | 132 | 12/26/2025 | |
| 1.0.0-rc.6 | 157 | 12/25/2025 | |
| 1.0.0-rc.5 | 251 | 12/25/2025 | |
| 1.0.0-rc.4 | 142 | 12/24/2025 | |
| 1.0.0-rc.3 | 152 | 12/23/2025 | |
| 1.0.0-rc.2 | 153 | 12/22/2025 | |
| 1.0.0-rc.1 | 128 | 12/21/2025 | |
| 1.0.0-beta.5 | 189 | 12/19/2025 | |
| 1.0.0-beta.4 | 196 | 12/19/2025 | |
| 1.0.0-beta.3 | 875 | 12/2/2025 | |
| 1.0.0-beta.1 | 688 | 12/1/2025 | |
| 1.0.0-alpha.3 | 329 | 6/23/2025 | |
| 1.0.0-alpha.2 | 263 | 8/8/2024 |
For details about this release, check out the release notes on Nuget at Blazorade.Id.Core.