Authing.Library
0.0.16
See the version list below for details.
dotnet add package Authing.Library --version 0.0.16
NuGet\Install-Package Authing.Library -Version 0.0.16
<PackageReference Include="Authing.Library" Version="0.0.16" />
paket add Authing.Library --version 0.0.16
#r "nuget: Authing.Library, 0.0.16"
// Install Authing.Library as a Cake Addin #addin nuget:?package=Authing.Library&version=0.0.16 // Install Authing.Library as a Cake Tool #tool nuget:?package=Authing.Library&version=0.0.16
通过简单、安全的接口使用 Authing 提供的功能。
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 | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. 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. |
-
.NETFramework 4.0
- Flurl.Http.Net40 (>= 1.0.1)
- JWT (>= 8.6.0)
- Microsoft.Net.Http (>= 2.2.29)
- Newtonsoft.Json (>= 13.0.1)
- Polly.Net40Async (>= 5.9.0)
- Portable.BouncyCastle (>= 1.9.0)
-
.NETStandard 2.0
- Flurl.Http (>= 3.2.0)
- JWT (>= 8.6.0)
- Newtonsoft.Json (>= 13.0.1)
- Portable.BouncyCastle (>= 1.9.0)
- System.IdentityModel.Tokens.Jwt (>= 6.15.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Authing.Library:
Package | Downloads |
---|---|
SDKV3Demo
Package Description |
|
Authing.Guard.WPF
Authing Guard 组件的 WPF 支持 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.0.34 | 885 | 6/6/2023 |
0.0.33 | 172 | 6/5/2023 |
0.0.32 | 1,209 | 11/23/2022 |
0.0.31 | 365 | 11/14/2022 |
0.0.30 | 583 | 9/19/2022 |
0.0.29 | 435 | 9/15/2022 |
0.0.28 | 425 | 8/30/2022 |
0.0.27 | 386 | 8/29/2022 |
0.0.26 | 483 | 7/27/2022 |
0.0.25 | 427 | 7/27/2022 |
0.0.24 | 422 | 7/27/2022 |
0.0.23 | 448 | 7/5/2022 |
0.0.22 | 478 | 6/28/2022 |
0.0.21 | 463 | 6/22/2022 |
0.0.20 | 438 | 6/22/2022 |
0.0.19 | 434 | 6/22/2022 |
0.0.18 | 455 | 6/20/2022 |
0.0.17 | 435 | 6/17/2022 |
0.0.16 | 472 | 6/16/2022 |
0.0.15 | 453 | 6/14/2022 |
0.0.14 | 460 | 6/13/2022 |
0.0.13 | 452 | 6/13/2022 |
0.0.12 | 457 | 6/13/2022 |
0.0.11 | 441 | 6/6/2022 |
0.0.10 | 435 | 6/6/2022 |
0.0.8 | 483 | 5/14/2022 |
0.0.7 | 440 | 5/13/2022 |
0.0.6 | 491 | 1/21/2022 |
0.0.5 | 453 | 1/19/2022 |
0.0.4 | 302 | 1/16/2022 |
0.0.3 | 287 | 1/12/2022 |
0.0.2 | 462 | 1/12/2022 |
0.0.1 | 313 | 1/5/2022 |
Version 0.0.1
- SDK 改版升级,支持 Net40 和 NetStandard2.0 平台
Version 0.0.2
- 修复认证侧的返回值参数,和一些接口签名的错误
Version 0.0.3
- 修复 OIDC 登录链接存在的错误
Version 0.0.4
- 修复 token 获取用户信息地址解析错误的问题
Version 0.0.5
- 修复部分场景获取组织机构列表会出现的异常
Version 0.0.6
- 修复部分 Bug
Version 0.0.7
- 修复 Bug
- 添加了获取用户信息的重载
Version 0.0.8
- 删除冗余方法
Version 0.0.9
- 修复登录协议拼接问题
Version 0.0.10
- 添加了获取应用信息的参数
Version 0.0.11
- 修复不能读取应用信息的问题
Version 0.0.12
- 修复不能正确返回消息的问题
Version 0.0.13
- 修复不能正确返回消息的问题
Version 0.0.14
- 修复获取应用详细信息错误的问题
Version 0.0.15
- 修复手机号通过 code 注册时的空异常
Version 0.0.16
- 修复应用管理相关的异常