dev.tirsvad.dk
Tirsvad Website: A Clean Architecture .NET solution using Blazor WebAssembly for modern, cloud-ready web applications. Supports SQLite/MySQL, containerization, and follows best practices for maintainability and scalability.
DotNet.AuthenticatioServer Directory Reference
Directory dependency graph for DotNet.AuthenticatioServer:
src/WebUI/WebUI/wwwroot/projects/TirsvadCLI/DotNet.AuthenticatioServer

Detailed Description

[![Build Status][build-shield]][build-url] [![NuGet Downloads][nuget-shield]][nuget-url] [![Contributors][contributors-shield]][contributors-url] [![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url] [![Issues][issues-shield]][issues-url] [![License][license-shield]][license-url] [![LinkedIn][linkedin-shield]][linkedin-url]

TirsvadCLI Authentication Server

Overview

A .NET authentication server implementing Clean Architecture. Supports local, network, and cloud deployment (Azure/AWS). Containerization via Docker is available.

Project Structure

Build & Run

  1. Build:
    dotnet build TirsvadCLI.AuthenticationServer.slnx
  2. Test:
    dotnet test TirsvadCLI.AuthenticationServer.slnx
  3. Run (API):
    dotnet run --project src/TirsvadCLI.AuthenticationServer.Api

Docker

Dependencies

Documentation

Contributing

License

See LICENSE file for details.