Summary
Leeway allows to give exp some extra slack to fix potential clock errors.
It is a standard jwt feature, docs: https://pyjwt.readthedocs.io/en/stable/api.html#jwt.decode
I implemented it in django-modern-rest that borrowed a lot of code / inspiration from litestar's jwt implementation: wemake-services/django-modern-rest#445
Exact places:
Basic Example
No response
Drawbacks and Impact
No response
Unresolved questions
No response
Summary
Leeway allows to give
expsome extra slack to fix potential clock errors.It is a standard jwt feature, docs: https://pyjwt.readthedocs.io/en/stable/api.html#jwt.decode
I implemented it in
django-modern-restthat borrowed a lot of code / inspiration fromlitestar's jwt implementation: wemake-services/django-modern-rest#445Exact places:
Basic Example
No response
Drawbacks and Impact
No response
Unresolved questions
No response