I am new to JWT(Json web token). I have a question in JWT about identifying user with token(already login one time) and with out token(first time login).
Is it like that if I pass only username and password at every time of login and server will create new JWT for me? If this is true than isn't it be vulnerable for user if some one get access to his/her username password and try to login with different PC or browser.(as JWT is always store on cookies or local storage)