Skip to content

Commit

Permalink
Add API Keys podcast
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Nov 28, 2024
1 parent c233ee8 commit ff63e29
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions MyApp/_podcasts/2024-11-28_apikey-credentials-auth.md
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)

0 comments on commit ff63e29

Please sign in to comment.