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
NuGet 团队不提供对此客户端的支持。请联系其 维护者 以获得支持。
#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
NuGet 团队不提供对此客户端的支持。请联系其 维护者 以获得支持。
使用方法
定义 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 已计算。 |
-
.NETStandard 2.1
- Microsoft.AspNetCore.Components.WebAssembly.Authentication (>= 3.2.0 && < 4.0.0)
-
net6.0
- Microsoft.AspNetCore.Components.WebAssembly.Authentication (>= 6.0.0 && < 7.0.0)
-
net7.0
- Microsoft.AspNetCore.Components.WebAssembly.Authentication (>= 7.0.0 && < 8.0.0)
-
net8.0
NuGet 包
此包未被任何 NuGet 包使用。
GitHub 仓库
此包未被任何流行的 GitHub 仓库使用。
# 1.3.0 (2024 年 3 月 16 日)
- #12 添加 .NET 8 [增强]
- #11 支持.NET 8 [错误]
完整的发行说明可在此处找到:https://github.com/StefH/Blazor.WebAssembly.Authentication.Auth0/blob/master/ReleaseNotes.md