Command Query Separation for Azure Functions ⚡
✔️ Provides generic function support for commands and queries with HTTPTriggers
✔️ Enables APIs based on HTTP POST and GET
📄 https://hlaueriksson.me/CommandQuery.AzureFunctions/
Extension Attribute to Azure Functions v3, that allows to obtain ClaimsPrincipal on a request.
Currently supports key load from Azure B2C by jwks_uri, Firebase Auth and simple JsonWebKey.
Pluggable on Azure Function Startup
Adds helpers to easily bootstrap into a webjobs or azure functions application by just using the correct extension method. This adds additional configuration, logging and service injections by convention.