You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
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?
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?