Traewelling / traewelling

Free check-in service to log your public transit journeys
https://traewelling.de
GNU Affero General Public License v3.0
233 stars 46 forks source link

Notify webhooks that they have been deleted #1485

Closed HerrLevin closed 1 year ago

HerrLevin commented 1 year ago

As a webhook developer I want to be notified that my access has been revoked.

This could be implemented via an additional webhook event, or a specific payload in the regular webhook.

          Maybe we should notify the webhook endpoint with an event that the webhook has been deleted?

Originally posted by @NyCodeGHG in https://github.com/Traewelling/traewelling/issues/1453#issuecomment-1475209722

NyCodeGHG commented 1 year ago

I think a webhook_revoked event would be the best solution here.

HerrLevin commented 1 year ago

Moved to https://github.com/Traewelling/traewelling/discussions/2006