Refresh_token
adamasantares opened this issue · 3 comments
adamasantares commented
I don't see any information about refresh_token, I see access_token only. How should I get a new access token after it expired?
shanutthankachan commented
i think it will help you https://www.izertis.com/en/-/refresh-token-with-jwt-authentication-in-node-js
qrhfz commented
@shanutthankachan the refresh token list is stateful. it kinda misses the purpose of jwt. or am i missing something?
mikenicholson commented
This is out of the scope of this library. Passport-jwt only decodes and validates access tokens. It does not handle refresh tokens.