jezzsantos / ServiceStack.Webhooks

Add Webhooks to your ServiceStack services
Apache License 2.0
27 stars 7 forks source link

Supporting custom Authentication for ServiceClient #13

Closed jezzsantos closed 7 years ago

jezzsantos commented 7 years ago

Originating from jezzsantos/ServiceStack.Webhooks.Azure#2.

We need a way in the ServiceClient to allow the developer to handle OnAuthenticationRequired and to be able to set the cookies or bearertoken in that handler.