Commit Graph

2 Commits (9745de883b198375ba23f7fde879f6d75ce2df0f)

Author SHA1 Message Date
Eugen Rochko 628da11e38
Do no retry web push workers if the server returns a 4xx response ()
Add timeout of 10s to web push requests
Eugen Rochko b4fb766b23
Add REST API for Web Push Notifications subscriptions ()
- POST /api/v1/push/subscription
- PUT /api/v1/push/subscription
- DELETE /api/v1/push/subscription
- New OAuth scope: "push" (required for the above methods)