summaryrefslogtreecommitdiff
path: root/src/vapid
Commit message (Expand)AuthorAge
* Move the VAPID public key encoding into a serde-compatible encoding module.Owen Jacobson2025-11-05
* Small refactoring to the Vapid key rotation middleware for consistency.Owen Jacobson2025-11-05
* Fix merge mistakes and make the `Vapid` component freestanding.Owen Jacobson2025-10-28
* Use PKCS8 PEM, not raw SEC1 bytes, to store VAPID keys.Owen Jacobson2025-10-28
* Stop passing an unused timestamp around when rotating VAPID keys.Owen Jacobson2025-10-08
* Allow administrators to rotate VAPID keys immediately if needed.Owen Jacobson2025-08-30
* Generate, store, and deliver a VAPID key.Owen Jacobson2025-08-30