realpython / flask-jwt-auth

just testing some jwts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can access UserAPI even after logout using same token.

LaxmanMaharjan opened this issue · comments

We can access UserAPI even after logout using same token which was provided during login.
So before access UserAPI, token should be checked if it is blacklisted i.e logged out.