ServiceStack.Webhooks icon indicating copy to clipboard operation
ServiceStack.Webhooks copied to clipboard

Add Webhooks to your ServiceStack services

Results 10 ServiceStack.Webhooks issues
Sort by recently updated
recently updated
newest added

Bumps [ServiceStack](https://github.com/ServiceStack/ServiceStack) from 5.9.0 to 5.9.2. Commits b3f3f3f Also call ValidateToken if exists in GetVerifiedJwtPayload 9a1cb5e bump to v5.9.2 6082988 Add test to assert no partial signature is valid 456c8c0...

dependencies

Bumps [ServiceStack](https://github.com/ServiceStack/ServiceStack) from 5.9.0 to 5.9.2. Commits b3f3f3f Also call ValidateToken if exists in GetVerifiedJwtPayload 9a1cb5e bump to v5.9.2 6082988 Add test to assert no partial signature is valid 456c8c0...

dependencies

Bumps [ServiceStack](https://github.com/ServiceStack/ServiceStack) from 5.9.0 to 5.9.2. Commits b3f3f3f Also call ValidateToken if exists in GetVerifiedJwtPayload 9a1cb5e bump to v5.9.2 6082988 Add test to assert no partial signature is valid 456c8c0...

dependencies

Bumps [ServiceStack](https://github.com/ServiceStack/ServiceStack) from 5.9.0 to 5.9.2. Commits b3f3f3f Also call ValidateToken if exists in GetVerifiedJwtPayload 9a1cb5e bump to v5.9.2 6082988 Add test to assert no partial signature is valid 456c8c0...

dependencies

Bumps [ServiceStack](https://github.com/ServiceStack/ServiceStack) from 5.9.0 to 5.9.2. Commits b3f3f3f Also call ValidateToken if exists in GetVerifiedJwtPayload 9a1cb5e bump to v5.9.2 6082988 Add test to assert no partial signature is valid 456c8c0...

dependencies

Bumps [ServiceStack](https://github.com/ServiceStack/ServiceStack) from 5.9.0 to 5.9.2. Commits b3f3f3f Also call ValidateToken if exists in GetVerifiedJwtPayload 9a1cb5e bump to v5.9.2 6082988 Add test to assert no partial signature is valid 456c8c0...

dependencies

It would be nice if retry policies could be specified. Currently it's up to each provider to come up with it's own way of handling retries. There are some scenarios...

We currently don't support relaying events to subscribers with any other `Content-Type` than `application/json`. You will get a 400 is you subscribe with any other `Content-Type`. See [`SubscriptionConfigValidator`](https://github.com/jezzsantos/ServiceStack.Webhooks/blob/master/src/Webhooks/ServiceModel/CreateSubscription.cs#L22) Possible other...

bug
help wanted

Hey @jezzsantos Have you got a plan for handling the filtering of events? For example in GitHub if you are subscribed to PullRequestEvent you would only want to receive these...

We will eventually need the `SubscriptionService` to be configured for caching responses.

enhancement