Query on JWT access token

Where are the JWT access toke stored?
Is JWT access token Stateless or Stateful?

If this JWT access token is Stateful, do we really need to maintain session in nodejs Application.
Else
If this JWT access token is Stateless, how we can maintain the session in nodejs Application.

Any idea about refresh token in JWT? how it can be used in nodejs application

Hi @kadamsandeep.1984!

Welcome to the Community!

Please take some time to review our documentation, as much of this information is covered there.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.