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
Authentication details can be customized for each notification in case you've changed/lost your VAPID keys
It means you'll need to pair each notification with the corresponding VAPID keys in your database
However, it's very easier and safer to simply not lose or change your VAPID keys.
Fixed a bug when users wanted to generate their VAPID keys using the bundled function instead of using openssl in the bash; and also when users specified their VAPID keys with a PEM file instead of giving the uncompressed base64encoded keys.