I am reading about jwt. after couple of days I get the idea of this concept. now i my question is about create jwt token per user witch privent others to use others token.
for example scenario : user A login to server and get its jwt token and server allow it to access the resources.
now a third party come in and get jwt token of user A. now third party can use this token and use this token to use resources without login to system.
how can i create jwt token spatially for a uniqe user?