vimalloc / flask-jwt-extended

An open source Flask extension that provides JWT support (with batteries included)!
http://flask-jwt-extended.readthedocs.io/en/stable/
MIT License
1.56k stars 239 forks source link

Updated typing of expires_delta and fresh #510

Closed eMaerthin closed 1 year ago

eMaerthin commented 1 year ago

I updated typing of two parameters: expires_delta and fresh according to expected type as per docstring and implementation. Resolves #509

vimalloc commented 1 year ago

Sorry this fell to the wayside for so long, life has been an absolute hectic mess over here 😅

Thanks for the PR!