Blazorade.Id.Core 1.1.0

There is a newer version of this package available.
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
                    
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="Blazorade.Id.Core" Version="1.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Blazorade.Id.Core" Version="1.1.0" />
                    
Directory.Packages.props
<PackageReference Include="Blazorade.Id.Core" />
                    
Project file
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 Blazorade.Id.Core --version 1.1.0
                    
#r "nuget: Blazorade.Id.Core, 1.1.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.
#:package Blazorade.Id.Core@1.1.0
                    
#: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=Blazorade.Id.Core&version=1.1.0
                    
Install as a Cake Addin
#tool nuget:?package=Blazorade.Id.Core&version=1.1.0
                    
Install as a Cake Tool

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 CancellationToken parameters to several asynchronous methods in service interface definitions.
  • Added a separate IRefreshTokenStore service interface for separately managing refresh tokens. Changed service implementations accoordingly.

v1.0.0-rc.4

  • Replaced ISignOutService with IAuthenticationService that combines sign-in and sign-out functionality into a single service interface.
  • Added a default AuthenticationService implementation.

v1.0.0-rc.3

  • Added IHttpRequestFactory service 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.Core assembly from Blazorade.Id.Core to Blazorade.Id to align with other Blazorade ID libraries. Moved all defined types accordingly.
  • Renamed property MetadataUri to DiscoveryDocumentUri on 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

v1.0.0-alpha.1

  • Initial version.
Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

For details about this release, check out the release notes on Nuget at Blazorade.Id.Core.