TirsvadWeb.JwtAuth.Domain 0.1.2

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

NuGet DownloadsContributorsForksStargazersIssuesLicenseLinkedIn

Logo TirsvadWeb JwtAuth Domain

This library is for TirsvadWeb.JwtAuth.

This library provides the domain logic for JWT authentication, including user management and validation. It is designed to be used in conjunction with the TirsvadWeb framework.

Table of Contents

Features

  • User registration and management
  • JWT token generation and validation
  • Integration with TirsvadWeb for secure API access

Getting Started

Prerequisites

  • Dotnet 9.0 or later

Installation

The TirsvadWeb.JwtAuth.Domain library can be installed in several ways:

NuGet Package
dotnet add package TirsvadWeb.JwtAuth.Domain

Then, run your package manager's install command to download and install the module.

Clone the repo

Repo size

git clone git@github.com:TirsvadWeb/Dotnet.JwtAuth.Domain.git

📂 Folder Structure

Dotnet.JwtAuth.Domain/
├── 📄 docs                                  // Documentation files
│   └── 📄 doxygen                           // Doxygen output
├── 🖼️ images                                // Images used in documentation
├── 📂 src                                   // Source code for the library
│   └── 📦 TirsvadWeb.JwtAuth.Domain         // Main library folder
│       ├── 📦 Entities                      // Contains domain entities
│       └── 📦 Validation                    // Validation used in Models
└── 📂 tests                                 // Unit tests for the library
    └── 📦 TestEntityValidation              // Contains unit tests for entity validation

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

See CONTRIBUTING.md

Bug / Issue Reporting

If you encounter a bug or have an issue to report, please follow these steps:

  1. Go to the Issues Page
    Navigate to the GitHub Issues page.

  2. Click "New Issue"
    Click the green "New Issue" button to create a new issue.

  3. Provide Details

  • Title: Write a concise and descriptive title for the issue.
  • Description: Include the following details:
    • Steps to reproduce the issue.
    • Expected behavior.
    • Actual behavior.
    • Environment details (e.g., OS, .NET version, etc.).
  • Attachments: Add screenshots, logs, or any other relevant files if applicable.
  1. Submit the Issue
    Once all details are filled in, click "Submit new issue" to report it.

License

Distributed under the GPL-3.0 License.

Contact

Jens Tirsvad Nielsen - LinkedIn

Acknowledgments

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  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.
  • net9.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on TirsvadWeb.JwtAuth.Domain:

Package Downloads
TirsvadWeb.JwtAuth.Application

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.2 149 7/10/2025
0.1.1 153 7/2/2025
0.1.0 149 7/1/2025