pallets-eco / flask-jwt

JWT (JSON Web Tokens) for Flask applications
MIT License
564 stars 177 forks source link

JWT activity based expiration #60

Open bechampion opened 9 years ago

bechampion commented 9 years ago

Hi there. Quick question , is there a way to "reset" a token expiration time based on activity? in the sense that token should not expire after timeout if it's being used... i see this parameter in other implementations "JWT_ALLOW_REFRESH'"

Thanks!

f0t0n commented 9 years ago

@bechampion related to #29.