Sunday 26 April 2020

How to work with jwt tokens

Hi there! Ive spent the whole day on learning jwt (json web token) and I can managed to authenticate using postman api using the ‘Authorization’ header. This is convenient in the postman.What I want to do is to let the browser know that im logged in. That if the user tries to go to login page it will be redirected to his dashboardMy question is how do I setup token in the real web application?

Submitted April 26, 2020 at 03:10PM by SlightExplanation

No comments:

Post a Comment