JSON Web Token expiration

前端 未结 4 1238
春和景丽
春和景丽 2021-02-05 10:54

On most of the JWT (JSON Web Token) tutorial (e.g: this and this) are saying, once validated you can use the incoming token to get client information without validating it from

4条回答
  •  一向
    一向 (楼主)
    2021-02-05 11:17

    That's the main problem when you are using JWT. So basically best approach in this case is creating blacklist on your gateway. It's not best solution for security point of view but this is only good solution if you are using JWT.

提交回复
热议问题