aspnet / WebHooks

[Archived] Libraries to create and consume web hooks on ASP.NET Core. Project moved to https://github.com/aspnet/AspLabs
Apache License 2.0
627 stars 439 forks source link

Custom Authentication in Sender webhook #122

Closed shahzadgodil closed 6 years ago

shahzadgodil commented 7 years ago

Hello,

I am going to use Webhook sender in my existing application. How can I use custom authentication in webhook sender?

Shahzad Godiol

Marusyk commented 6 years ago

Any status? I need the same thing

dougbu commented 6 years ago

The WebHookSender class and its in-box subclasses expose virtual methods for many types of customization, In this case, override SignWebHookRequest(...) to instead authenticate as part of your application.