This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
Verify that RFC vapid keys are being properly handled #1436
Labels
5
Estimate - l - Moderately complex, will require some effort but clearly defined.
While trying to work out an issue with the Vapid python library, I noted that I am getting a 401 "Request did not validate missing authorization header" when using an RFC VAPID header. This error is generated by
autopush.web.webpush.WebPushSubscriptionSchema.extract_subscription()
whenever there is any VAPID error, which isn't super helpful.Unit tests show that this should be working ok. Will need to do some work to remember incantation to get an endpoint I can test against locally and work out what's going on.
The text was updated successfully, but these errors were encountered: