You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Easy to use and very light weight Microsoft style API Key Authentication Implementation for ASP.NET Core. It can be setup so that it can accept API Key in Header, Authorization Header, QueryParams or HeaderOrQueryParams.
The easiest way to add Apikey authentication to Ollama. Prevent Ollama from being abused by exposing it directly to the public network. Also support trimming the reasoning </think>. / 防止 Ollama 直接暴露在公网受到滥用,为 Ollama 添加 Apikey 鉴权的最简单方式。同时支持裁剪推理模型 </think> 思考过程,节省上下文。
Authentication-focused GraphQL API examples for a Weather App, demonstrating API Key, JWT, and OAuth2 (Firebase) integration using HotChocolate and layered architecture
A robust, production-ready .NET library for generating cryptographically secure API keys with customizable formatting. Built with security best practices and flexibility in mind.
Asp.Net core authentication using API key (essentially a copy of aspnet core security implementation intended to simplify asp.net core controller testing)
Exploration of Authentication Mechanisms in REST APIs using .NET, showcasing multiple styles including API Key, Basic Auth, JWT, Identity-based JWT, and OAuth2 (Duende), all structured with a layered architecture