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 02e0a3a commit 7240cc9Copy full SHA for 7240cc9
js/index.html
@@ -72,7 +72,8 @@ <h1>VAPID verification</h1>
72
Just make the values short so you don't run the risk of the server
73
rejecting a request because the headers are too big.</p>
74
<p>For example:
75
- <code>{'ami_id':'e-1248296','cust_id':'a9afd519s919faio3'}</code></p>
+ <code>{'sub': '[email protected]', 'exp': 1470858133,
76
+ 'ami_id':'e-1248296','cust_id':'a9afd519s919faio3'}</code></p>
77
<div class="control">
78
<button id="gen">Generate VAPID</button>
79
</div>
0 commit comments