generated from NetCoreTemplates/razor-ssg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
title: Simple API Keys Credentials Provider for .NET 8 C# Microservices | ||
summary: Improved Simple Auth using API Keys and Admin UI that's ideal for .NET 8 C# Microservices | ||
tags: [ .net8,auth,apikeys ] | ||
url: https://media.servicestack.com/podcasts/apikey-credentials-auth.mp3 | ||
media: {size:3618860,duration:904.656000,format:mp3} | ||
--- | ||
|
||
This episode explores the a new improved authentication system for .NET 8 C# microservices using API keys. | ||
API keys provide persistent user sessions, eliminating the need for repeated key entry. | ||
An Admin Auth Secret allows administrators access to additional functionalities. | ||
|
||
The system supports both coarse-grained and fine-grained API key access control, enabling restricted access to | ||
specific APIs based on key scopes or API Key validation. | ||
|
||
This approach simplifies authentication for microservices like AI Servers, offering a streamlined alternative | ||
to more complex authentication mechanisms. | ||
|
||
### Links | ||
|
||
- [Blog Post](/posts/apikey-credentials-auth) |