mozilla-services / autopush

Python Web Push Server used by Mozilla
https://autopush.readthedocs.io/
Mozilla Public License 2.0
217 stars 34 forks source link

bug: Check if the JWT contains a valid claim set. #1335

Closed jrconlin closed 5 years ago

jrconlin commented 5 years ago

Closes #1334

codecov-io commented 5 years ago

Codecov Report

Merging #1335 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1335      +/-   ##
==========================================
+ Coverage   99.79%   99.79%   +<.01%     
==========================================
  Files          64       64              
  Lines       10394    10415      +21     
==========================================
+ Hits        10373    10394      +21     
  Misses         21       21
Impacted Files Coverage Δ
autopush/tests/test_web_validation.py 100% <100%> (ø) :arrow_up:
autopush/web/webpush.py 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0572de4...1bb7032. Read the comment docs.