aspnet / AspNetWebHooks

Libraries to create and consume web hooks on ASP.NET 4.x (Due to other priorities this project is currently in maintenance mode only. There are no planned releases at this time. No new features are planned and we are only addressing critical issues as required.)
Apache License 2.0
134 stars 103 forks source link

Change Security Model from ASP.NET #40

Open SteveHough opened 5 years ago

SteveHough commented 5 years ago

Hi,

I have tested using Microsoft.AspNet.WebHooks.Custom.SqlStorage and can successfully store a registration when using ASP.NET Security. However i would like to implement Webhooks using my own custom security.

How can i override the webhooks/registrations route so that i can authorise and store subscriptions in the sql database?