The Azure AI proxy service facilitates easy access to Azure AI resources for workshops and hackathons. It offers a Playground-like interface and supports Azure AI SDKs. Access is granted through a time-limited API key and endpoint.
This pull request creates custom [Authorize] attributes, ApiKeyAuthorizeAttribute and JwtAuthorizeAttribute, that inherit from AuthorizeAttribute and set the necessary authentication schemes. This improves code clarity and simplifies the authorization process.
This pull request creates custom
[Authorize]
attributes,ApiKeyAuthorizeAttribute
andJwtAuthorizeAttribute
, that inherit fromAuthorizeAttribute
and set the necessary authentication schemes. This improves code clarity and simplifies the authorization process.Fixes #309