Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: return more explicit VAPID error message Previously, we would accept invalidly formatted VAPID values (e.g. a string numeric value for `exp`.) With rust, we can no longer do that. Return an error that's more descriptive of what the problem is so that folk can fix it. Closes #1707, #CONSRV-1708
- Loading branch information