Skip to content

1.0.0

Choose a tag to compare

@anders130 anders130 released this 05 Dec 23:08
· 2 commits to main since this release
63dddda

ApiLocksmith Initial Release

Release Date: 06.12.2023

Summary

This is the initial release of ApiLocksmith, a collection of C# libraries simplifying API development with ASP.NET Core through easy integration of ApiKey-based authentication and Swagger documentation.

Features

  • ApiLocksmith.Core:

    • Introduces ApiKey-based authentication for minimal APIs built with ASP.NET Core.
  • ApiLocksmith.Swagger.FastEndpoints:

    • Extends ApiLocksmith.Core to provide Swagger documentation integration with the FastEndpoints library.

Full Changelog