Skip to content

A practical example demonstrating how to implement: - Controller versioning - API Key authorization - Scalar.AspNetCore for custom data types - Endpoint metadata Reference code for .NET 9 developers.

Notifications You must be signed in to change notification settings

fhenriquezn/scalar.net9.api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Key Authentication and Scalar Implementation in .NET 9 and more

This project demonstrates how to implement API Key authentication, modify endpoint metadata, utilize Scalar in .NET 9, and versioning. Hope you find this useful.

Technologies Used

.NET 9

Visual Studio 2022 (version 17.12.0)

Scalar.AspNetCore 1.2.39

APIWeaver.OpenApi

Features

Requirements

API Versions Documentation

  • /scalar/v1
  • /scalar/v2

About

A practical example demonstrating how to implement: - Controller versioning - API Key authorization - Scalar.AspNetCore for custom data types - Endpoint metadata Reference code for .NET 9 developers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages