added api key auth docs
All checks were successful
Build, Test & Publish / Build (pull_request) Successful in 56s
Build, Test & Publish / Build and Publish Container Image (pull_request) Has been skipped
Build, Test & Publish / Deploy to Infrastructure (pull_request) Has been skipped

This commit is contained in:
2025-02-18 08:52:04 +11:00
parent af884061b6
commit a19c3bcff4
3 changed files with 139 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ export default defineConfig({
{ text: 'Google Sign in without Identity', link: '/dotnet/google-sign-in-without-identity' },
{ text: 'Service Testing', link: '/dotnet/service-testing' },
{ text: 'Controller Testing', link: '/dotnet/controller-testing' },
{ text: 'API Key Authentication', link: '/dotnet/api-key-auth'}
]
},
{