WebAssembly.Authentication.Auth0 1.3.0

dotnet add package WebAssembly.Authentication.Auth0 --version 1.3.0                
NuGet\Install-Package WebAssembly.Authentication.Auth0 -Version 1.3.0                
该命令旨在在 Visual Studio 的包管理器控制台中使用,因为它使用了 NuGet 模块的 Install-Package 的版本。
<PackageReference Include="WebAssembly.Authentication.Auth0" Version="1.3.0" />                
对于支持 PackageReference 的项目,请将此 XML 节复制到项目文件中,以引用该包。
paket add WebAssembly.Authentication.Auth0 --version 1.3.0                
#r "nuget: WebAssembly.Authentication.Auth0, 1.3.0"                
#r 指令可用于 F# Interactive 和 Polyglot Notebooks。将此复制到交互式工具或脚本的源代码中,以引用包。
// Install WebAssembly.Authentication.Auth0 as a Cake Addin
#addin nuget:?package=WebAssembly.Authentication.Auth0&version=1.3.0

// Install WebAssembly.Authentication.Auth0 as a Cake Tool
#tool nuget:?package=WebAssembly.Authentication.Auth0&version=1.3.0                

使用方法

定义 app.settings

{
  "auth0": {
    "Authority": "https://***.eu.auth0.com/",
    "Audience": "***",
    "ClientId": "***",
    "ResponseType": "token id_token",
    "DefaultScopes": "email"
  }
}

添加所需的服务

该包通过 AddAuth0Authentication 扩展方法将支持用户身份验证的功能注册到服务容器中,该方法提供了与应用程序与其身份提供者 (IP) 交互所需的服务。

builder.Services.AddAuth0Authentication(options =>
{
    builder.Configuration.Bind("auth0", options.ProviderOptions);
});
产品 兼容的和额外的计算目标框架版本。
.NET net5.0 已计算。 net5.0-windows 已计算。 net6.0 兼容。 net6.0-android 已计算。 net6.0-ios 已计算。 net6.0-maccatalyst 已计算。 net6.0-macos 已计算。 net6.0-tvos 已计算。 net6.0-windows 已计算。 net7.0 兼容。 net7.0-android 已计算。 net7.0-ios 已计算。 net7.0-maccatalyst 已计算。 net7.0-macos 已计算。 net7.0-tvos 已计算。 net7.0-windows 已计算。 net8.0 兼容。 net8.0-android 已计算。 net8.0-browser 已计算。 net8.0-ios 已计算。 net8.0-maccatalyst 已计算。 net8.0-macos 已计算。 net8.0-tvos 已计算。 net8.0-windows 已计算。
.NET Core netcoreapp3.0 已计算。 netcoreapp3.1 已计算。
.NET Standard netstandard2.1 兼容。
MonoAndroid monoandroid 已计算。
MonoMac monomac 已计算。
MonoTouch monotouch 已计算。
Tizen tizen60 已计算。
Xamarin.iOS xamarinios 已计算。
Xamarin.Mac xamarinmac 已计算。
Xamarin.TVOS xamarintvos 已计算。
Xamarin.WatchOS xamarinwatchos 已计算。
兼容的目标框架
包含的目标框架(存在于包中)
了解有关 目标框架.NET Standard 的更多信息。

NuGet 包

此包未被任何 NuGet 包使用。

GitHub 仓库

此包未被任何流行的 GitHub 仓库使用。

版本 下载 最后更新
1.3.0 1,456 3/16/2024
1.2.0 9,347 11/17/2022
1.1.0 15,526 9/19/2021
1.0.1 7,810 3/26/2021
1.0.0.1 2,534 7/4/2020
1.0.0 937 7/3/2020

# 1.3.0 (2024 年 3 月 16 日)
- #12 添加 .NET 8 [增强]
- #11 支持.NET 8 [错误]

完整的发行说明可在此处找到:https://github.com/StefH/Blazor.WebAssembly.Authentication.Auth0/blob/master/ReleaseNotes.md