Dangl.RestClient.Identity.Server
1.2.1
Prefix Reserved
See the version list below for details.
dotnet add package Dangl.RestClient.Identity.Server --version 1.2.1
NuGet\Install-Package Dangl.RestClient.Identity.Server -Version 1.2.1
<PackageReference Include="Dangl.RestClient.Identity.Server" Version="1.2.1" />
paket add Dangl.RestClient.Identity.Server --version 1.2.1
#r "nuget: Dangl.RestClient.Identity.Server, 1.2.1"
// Install Dangl.RestClient.Identity.Server as a Cake Addin #addin nuget:?package=Dangl.RestClient.Identity.Server&version=1.2.1 // Install Dangl.RestClient.Identity.Server as a Cake Tool #tool nuget:?package=Dangl.RestClient.Identity.Server&version=1.2.1
Dangl.RestClient - www.dangl-it.com
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. 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. |
.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
- Dangl.Identity.Client (>= 2.0.5)
- Dangl.RestClient (>= 1.2.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
4.0.0 | 48,381 | 9/18/2021 | |
3.0.1 | 12,113 | 6/21/2020 | |
3.0.0 | 1,672 | 6/11/2020 | |
2.0.0 | 9,528 | 10/2/2019 | |
1.6.3 | 1,234 | 9/29/2019 | |
1.6.2 | 626 | 9/21/2019 | |
1.6.1 | 4,954 | 8/15/2019 | |
1.6.0 | 1,804 | 8/12/2019 | |
1.5.0 | 5,522 | 6/12/2019 | |
1.4.0 | 669 | 5/11/2019 | |
1.3.0 | 16,771 | 2/2/2019 | |
1.2.2 | 15,167 | 8/7/2018 | |
1.2.1 | 4,679 | 7/18/2018 | |
1.2.0 | 1,020 | 7/14/2018 | |
1.1.5 | 1,036 | 7/6/2018 | |
1.1.4 | 1,024 | 7/4/2018 | |
1.1.3 | 1,033 | 7/4/2018 | |
1.1.2 | 1,162 | 5/4/2018 | |
1.1.1 | 1,026 | 5/3/2018 |
## v1.2.0:
- Refactoring to be usable with teh `HttpClientFactory`
- The minimum requirement is now `netstandard2.0`
## v1.1.4:
- Replace `Dangl.Identity.OAuth` package with `Dangl.Identity.Client.Mvc`
## v1.1.3:
- Dependencies update
- Internal refactoring
## v1.1.2:
- Dependencies update
## v1.1.1:
- `Dangl.RestClient.Identity.Server` is now public
## v1.1.0
- Added **Dangl.RestClient.Identity.TrustedServer** package
- Refactoring to simplify setup of `DanglHttpClient`
## v1.0.2
- Add `ITokenHandler` to allow the `AuthenticationHandler` to be able to obtain and refresh OAuth2 tokens
- Add `Dangl.RestClient.Identity.App` and `Dangl.RestClient.Identity.Server` libraries
## v1.0.1
- Maintenance Release
- Add `netstandard2.0` target
## v1.0.0
- Initial Release