Blazor-Auth0-Shared
2.0.0-Preview2
See the version list below for details.
dotnet add package Blazor-Auth0-Shared --version 2.0.0-Preview2
NuGet\Install-Package Blazor-Auth0-Shared -Version 2.0.0-Preview2
<PackageReference Include="Blazor-Auth0-Shared" Version="2.0.0-Preview2" />
paket add Blazor-Auth0-Shared --version 2.0.0-Preview2
#r "nuget: Blazor-Auth0-Shared, 2.0.0-Preview2"
// Install Blazor-Auth0-Shared as a Cake Addin #addin nuget:?package=Blazor-Auth0-Shared&version=2.0.0-Preview2&prerelease // Install Blazor-Auth0-Shared as a Cake Tool #tool nuget:?package=Blazor-Auth0-Shared&version=2.0.0-Preview2&prerelease
Auth0 library for Balzor
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.AspNetCore.Components (>= 3.1.0-preview1.19508.20)
- Microsoft.AspNetCore.Components.Authorization (>= 3.1.0-preview1.19508.20)
- Microsoft.AspNetCore.Components.Web (>= 3.1.0-preview1.19508.20)
- Microsoft.AspNetCore.Http.Abstractions (>= 2.2.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Blazor-Auth0-Shared:
Package | Downloads |
---|---|
Blazor-Auth0-ClientSide
Auth0 library for Balzor |
|
Blazor-Auth0-ServerSide
Auth0 library for Balzor |
|
Blazor-OpenId
OpenId library for Balzor |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Blazor-Auth0-Shared:
Repository | Stars |
---|---|
henalbrod/Blazor.Auth0
The library for using Auth0 in Blazor applications.
|
Version | Downloads | Last updated |
---|---|---|
2.0.0-Preview5 | 2,895 | 3/4/2020 |
2.0.0-Preview4 | 1,195 | 11/17/2019 |
2.0.0-Preview3 | 302 | 11/4/2019 |
2.0.0-Preview2 | 293 | 11/4/2019 |
2.0.0-Preview1 | 261 | 10/26/2019 |
1.0.0-Preview3 | 1,470 | 9/23/2019 |
1.0.0-Preview2 | 346 | 9/19/2019 |
1.0.0-Preview1 | 322 | 8/24/2019 |
0.4.2-beta.2 | 364 | 7/25/2019 |
0.4.0-beta.1 | 373 | 6/15/2019 |
0.3.1-beta-1 | 325 | 6/14/2019 |
0.2.1-alpha-2 | 426 | 6/12/2019 |
0.2.0-alpha-1 | 481 | 6/5/2019 |
0.1.0-alpha-2 | 486 | 5/8/2019 |
0.1.0-alpha-1 | 557 | 4/20/2019 |
This relase comes with Client Side changes primarly
- New LoginMode parameter in ClientOptions
* Redirect = Classic behavior (default)
* PopUp = Loads Universal Login inside a popup window
The new PopUp behavior comes in handy to avoid the full client side app reloading
- New AuthorizePopup method in Blazor.Auth0.Authentication for client side