qs.Account 3.2.1

dotnet add package qs.Account --version 3.2.1
                    
NuGet\Install-Package qs.Account -Version 3.2.1
                    
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="qs.Account" Version="3.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="qs.Account" Version="3.2.1" />
                    
Directory.Packages.props
<PackageReference Include="qs.Account" />
                    
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 qs.Account --version 3.2.1
                    
#r "nuget: qs.Account, 3.2.1"
                    
#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 qs.Account@3.2.1
                    
#: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=qs.Account&version=3.2.1
                    
Install as a Cake Addin
#tool nuget:?package=qs.Account&version=3.2.1
                    
Install as a Cake Tool

qs.Account.Pack

NuGet .NET

Pacote .NET para integração com o sistema de autenticação e gerenciamento de contas qs.Account.

📋 Descrição

O qs.Account.Pack é uma biblioteca .NET que fornece uma interface simplificada para integração com a API do qs.Account, permitindo operações de autenticação, criação de contas e gerenciamento de usuários de forma segura e eficiente.

✨ Funcionalidades

  • 🔐 Autenticação de usuários via API
  • 👤 Criação de contas de usuário
  • 🎫 Gerenciamento de tokens de login
  • ⚙️ Configuração flexível via appsettings.json
  • 🔧 Injeção de dependência integrada
  • 🛡️ Tratamento de exceções personalizado

📦 Instalação

Via Package Manager Console

Install-Package qs.Account

Via .NET CLI

dotnet add package qs.Account

Via PackageReference

<PackageReference Include="qs.Account" Version="3.0.0" />

🚀 Configuração

1. Configuração no appsettings.json

Adicione a seção Account no seu arquivo appsettings.json:

{
  "Account": {
    "API": "https://sua-api-account.com",
    "ProjectKey": "seu-project-key",
    "SecurityKey": "sua-security-key"
  }
}

2. Configuração da Injeção de Dependência

No arquivo Program.cs (ou Startup.cs para projetos mais antigos):

using qs.Account.Pack.IoC;

var builder = WebApplication.CreateBuilder(args);

// Adicionar o serviço do qs.Account
builder.Services.AddAccountService(builder.Configuration);

var app = builder.Build();

🔧 Requisitos

  • .NET 8.0 ou superior
  • Newtonsoft.Json 13.0.3
  • Microsoft.Extensions.Http 8.0.1
  • Microsoft.Extensions.Configuration 8.0.0
  • qs.LibPack 6.1.3

📄 Licença

Este projeto está sob a licença MIT. Veja o arquivo LICENSE para mais detalhes.

👨‍💻 Autor

Danilo Dumbá - [DDS.TEC]

📞 Suporte

Para suporte e dúvidas, entre em contato através dos canais oficiais do projeto. suporte@dds.tec.br


Versão: 3.0.0
Última atualização: 09/2025

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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
3.2.1 126 3/4/2026
3.2.0 114 2/18/2026
3.1.2 180 10/4/2025
3.1.1 143 10/4/2025
3.1.0 144 10/4/2025
3.0.1 222 9/29/2025
3.0.0 173 9/26/2025
2.1.0 253 9/4/2025
2.0.0 265 9/4/2025
1.2.3 351 11/9/2023
1.2.2 168 11/8/2023
1.2.1 159 11/8/2023
1.2.0 185 11/8/2023 1.2.0 is deprecated because it has critical bugs.
1.1.0 632 7/8/2022
1.0.1 538 7/7/2022
1.0.0 556 7/7/2022