You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
I raised this in webpush-wg/webpush-vapid#7 a few months ago, and we decided to keep Bearer then...but that's since changed in webpush-wg/webpush-vapid#18. The correct scheme name is now WebPush (though we'll probably want to allow both for back-compat).
VAPID spec recently changed to specify "WebPush" as valid Authorization
token ID. Code allows either Bearer or WebPush while external code
transitions.
Closes#592
VAPID spec recently changed to specify "WebPush" as valid Authorization
token ID. Code allows either Bearer or WebPush while external code
transitions.
Closes#592
I raised this in webpush-wg/webpush-vapid#7 a few months ago, and we decided to keep
Bearer
then...but that's since changed in webpush-wg/webpush-vapid#18. The correct scheme name is nowWebPush
(though we'll probably want to allow both for back-compat).See also: web-push-libs/web-push#200
The text was updated successfully, but these errors were encountered: