Skip to content

v1.3.2

Compare
Choose a tag to compare
@Minishlink Minishlink released this 15 Nov 13:39
· 139 commits to master since this release
  • 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.