astrolabe-web-common
Installation
SKILL.md
Astrolabe.Web.Common - JWT & SPA Hosting
Overview
Astrolabe.Web.Common provides utilities for .NET web projects, focusing on JWT authentication and SPA (Single Page Application) virtual hosting with domain-based routing.
When to use: Use this library when building ASP.NET Core applications that need JWT token authentication, multi-SPA hosting, or development-mode controller filtering.
Package: Astrolabe.Web.Common
Dependencies: ASP.NET Core, Microsoft.AspNetCore.Authentication.JwtBearer
Target Framework: .NET 7-8
Key Concepts
1. JWT Authentication
Simplified JWT token generation and validation using BasicJwtToken and extension methods that configure ASP.NET Core authentication.