Create service worker handler to send web push with the encryption of aes128gcm
authorCyperghost <olaf_schmitz_1@t-online.de>
Wed, 14 Feb 2024 12:00:31 +0000 (13:00 +0100)
committerCyperghost <olaf_schmitz_1@t-online.de>
Mon, 19 Feb 2024 13:38:41 +0000 (14:38 +0100)
commit7b9334b33b8304025dd56df8700c605c2ce02a15
treebb909c0dc4381e8a888d16e53a842145edb2bfbb
parent29d9af523c249a5ab58a328296a75fed0b342033
Create service worker handler to send web push with the encryption of aes128gcm
wcfsetup/install/files/lib/data/service/worker/ServiceWorker.class.php
wcfsetup/install/files/lib/system/service/worker/Encryption.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/service/worker/ServiceWorkerHandler.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/service/worker/Util.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/service/worker/VAPID.class.php [new file with mode: 0644]