is it good practise to manage jwt token using jwt-blacklist or it store in db?

Viewed 11

I am learning nodejs and creating crud APIs using JWT tokens. so here is my question is it good practice to use jwt-blacklist instead of storing tokens in DB?

0 Answers
Related