Basically, JWT is a token format. OAuth is an authorization protocol that can use JWT as a token . OAuth uses server-side and client-side storage. If you want to do real logout you must go with OAuth2.
Read moreHow can I get JWT token from bearer token?
Acquiring a bearer token
Read more