Blazorade.Id 2.2.0

dotnet add package Blazorade.Id --version 2.2.0
                    
NuGet\Install-Package Blazorade.Id -Version 2.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="Blazorade.Id" Version="2.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Blazorade.Id" Version="2.2.0" />
                    
Directory.Packages.props
<PackageReference Include="Blazorade.Id" />
                    
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 --version 2.2.0
                    
#r "nuget: Blazorade.Id, 2.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.
#:package Blazorade.Id@2.2.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&version=2.2.0
                    
Install as a Cake Addin
#tool nuget:?package=Blazorade.Id&version=2.2.0
                    
Install as a Cake Tool

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.

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

v.2.2.0

  • Implemented configurable authorization popup window size through properties on the AuthorityOptions class.

v.2.1.0

  • Added a static HTML page as the OAuth Callback URL to improve performance for callback handling.
  • Improved error handling when silently refreshing tokens in IFrame so that if the IFrame operation indicates an error that needs user interaction, the authorization is retried using a popup window and an adjusted prompt parameter.
  • Modified BlazorAuthorizationCodeProvider to respect the EnableSilentAuthorizationCodeFlow setting in AuthorityOptions when attempting to acquire tokens silently using a hidden IFrame.

v2.0.0

  • Removed references to Blazored libraries. Turned out that all Blazored libraries were archived and deprecated on the same day as we published the initial v1.0.0 of Blazorade ID. Blazored libraries have been replaced with JS Interop in Blazorade ID.
    • This is a breaking change in Blazorade ID, so we had to bump the major version to v2.0.0.
  • Added functionality to attempt refreshing tokens silently using IFrames before opening up popups to refresh tokens.

v1.0.0

Initial stable release of Blazorade ID.

v1.0.0-rc.6

  • Implemented updated service interfaces where methods now have CancellationToken parameters to support cancellation of asynchronous operations.
  • Changed token store implementations to separate refresh token management into its own IRefreshTokenStore service interface.

v1.0.0-rc.4

  • Replaced BlazorSignOutService with BlazorAuthenticationService that combines sign-in and sign-out functionality into a single service 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

  • Improved refresh token handling in token store implementations.
  • Implemented log out functionality through the ISignOutService.
  • Implemented a default sign-out service for Blazor applications.
  • Renamed property store and token store implementations to better reflect what storage they use.

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

Authentication and token acquisition works in both Blazor WebAssembly and Blazor Server applications.

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

This package is not used by any NuGet packages.

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.