Apteryx.Routing.Role.Authority 1.0.0

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Apteryx.Routing.Role.Authority --version 1.0.0
                    
NuGet\Install-Package Apteryx.Routing.Role.Authority -Version 1.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Apteryx.Routing.Role.Authority" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Apteryx.Routing.Role.Authority" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Apteryx.Routing.Role.Authority" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Apteryx.Routing.Role.Authority --version 1.0.0
                    
#r "nuget: Apteryx.Routing.Role.Authority, 1.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Apteryx.Routing.Role.Authority@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Apteryx.Routing.Role.Authority&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Apteryx.Routing.Role.Authority&version=1.0.0
                    
Install as a Cake Tool

asp.net6 file: Program.cs

builder.Services.AddApteryxAuthority(new JwtConfig() { IsSecurityToken = true, AESConfig = new AES256Setting() { Key = "fND+T_yo@wc!$uEEw!mDjqN9wYcvuO2I", IV = "70w@Ox_nF*%0G*KE" }, TokenConfig = new TokenSetting() { Audience = "www.apteryx.com.cn", Expires = 60, Key = "102esdjflskjdflkjsf29384023iksdjflk", Issuer = "apteryx" }, MongoDBOptions = new Apteryx.MongoDB.Driver.Extend.MongoDBOptions() { ConnectionString = "mongodb://root:youpassword@192.168.1.1:27017/apteryx_authority?authSource=admin" } });

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
1.0.1-rc-1209 118 1/26/2026
1.0.1-rc-1208 112 1/23/2026
1.0.1-rc-1207 109 1/6/2026
1.0.1-rc-1206 125 1/5/2026
1.0.1-rc-1205 105 1/5/2026
1.0.1-rc-1204 103 12/30/2025
1.0.1-rc-1203 111 1/23/2026
1.0.1-rc-1201 172 4/5/2025
1.0.1-rc-1200 215 9/16/2024
1.0.1-rc-1100 171 7/14/2024
1.0.1-rc-1033 275 4/23/2023
1.0.1-rc-1032 267 4/21/2023
1.0.1-rc-1031 280 4/2/2023
1.0.1-rc-1030 262 4/2/2023
1.0.1-rc-1029 270 4/1/2023
1.0.1-rc-1028 262 3/31/2023
1.0.1-rc-1027 372 3/31/2023 1.0.1-rc-1027 is deprecated because it has critical bugs.
1.0.1-rc-1026 289 3/29/2023
1.0.1-rc-1025 287 3/14/2023
1.0.0 771 4/5/2022 1.0.0 is deprecated because it is no longer maintained.
Loading failed