Skip to content

Releases: anders130/ApiLocksmith

1.0.1

26 Dec 15:25
ec0d8b1

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

1.0.0

05 Dec 23:08
63dddda

Choose a tag to compare

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