mikenicholson/passport-jwt

Refresh_token

adamasantares opened this issue · 3 comments

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?

qrhfz commented

@shanutthankachan the refresh token list is stateful. it kinda misses the purpose of jwt. or am i missing something?

This is out of the scope of this library. Passport-jwt only decodes and validates access tokens. It does not handle refresh tokens.