arcus-azure / arcus.eventgrid

Azure Event Grid development in a breeze
https://eventgrid.arcus-azure.net/
MIT License
17 stars 6 forks source link

Move Azure Event Grid subscription validation to `Arcus.EventGrid.WebApi.Security` project #174

Closed stijnmoreels closed 3 years ago

stijnmoreels commented 3 years ago

What feature would you like to have? We should have the Azure Event Grid subscription validation functionality available in the Arcus.EventGrid.WebApi.Security project.

tomkerkhove commented 3 years ago

Just curious - What's the reasoning in moving it into a dedicated package?

stijnmoreels commented 3 years ago

The project/package already exists. It now only contains the Event Grid authorization attribute that was reworked and moved from the Arcus.EventGrid.Security package/library. This old deprecated package also contains this subscription validation that wasn't moved yet.