astralapp / astral

Organize Your GitHub Stars With Ease
https://astralapp.com
BSD 3-Clause "New" or "Revised" License
3.22k stars 143 forks source link

JWT Refresh Tokens #254

Closed syropian closed 5 years ago

syropian commented 5 years ago

This adds a new custom middleware for refreshing JWT's per request (with a 30 second threshold). This ensures that users will not get logged out while actively using the site (see #246).