It's just called 'token', which might be fine if you are running this app by itself on a server... but I run this app along with a bunch of others. Having something called just 'token' is not descriptive enough to know which app it is a part of and can eventually lead to overwriting if another app makes this same mistake. Please namespace the jwt
It's just called 'token', which might be fine if you are running this app by itself on a server... but I run this app along with a bunch of others. Having something called just 'token' is not descriptive enough to know which app it is a part of and can eventually lead to overwriting if another app makes this same mistake. Please namespace the jwt