We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1785112 commit 8d10c56Copy full SHA for 8d10c56
python/py_vapid/__init__.py
@@ -131,5 +131,5 @@ def sign(self, claims, crypto_key=None):
131
else:
132
crypto_key = pkey
133
134
- return {"Authorization": "Bearer " + sig.strip('='),
+ return {"Authorization": "WebPush " + sig.strip('='),
135
"Crypto-Key": crypto_key}
0 commit comments