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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: