• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

vimalloc / flask-jwt-extended / 379 / 4
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 03 Jan 2019 05:23PM UTC
Files 8
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

03 Jan 2019 05:21PM UTC coverage: 100.0%. Remained the same
TOXENV=py

push

travis-ci

vimalloc
Implement the ability to define a leeway when validating JWT tokens. (#218)

PyJWT library implement a way to define a “leeway” for time
validations.

> PyJWT also supports the leeway part of the expiration time
> definition, which means you can validate a expiration time which is
> in the past but not very far. For example, if you have a JWT payload
> with a expiration time set to 30 seconds after creation but you know
> that sometimes you will process it after 30 seconds, you can set a
> leeway of 10 seconds in order to have some margin:
>
> https://github.com/jpadilla/pyjwt/blob/master/docs/usage.rst

This is implemented as an optional configuration setting,
`JWT_DECODE_LEEWAY`.

657 of 657 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 379.4 (TOXENV=py)
  • Tree
  • List 0
  • Changed 4
  • Source Changed 4
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 360
  • Travis Job 379.4
  • be65490e on github
  • Prev Job for TOXENV=py on master (#367.4)
  • Next Job for TOXENV=py on master (#380.3)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc