Skip to content

Commit

Permalink
Bug/1707 ez vapid (#299)
Browse files Browse the repository at this point in the history
* 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
jrconlin authored Mar 21, 2022
1 parent 01d3958 commit 3d18b10
Show file tree
Hide file tree
Showing 6 changed files with 311 additions and 113 deletions.
Loading

0 comments on commit 3d18b10

Please sign in to comment.