SecuringWebApiUsingJwtAuthentication icon indicating copy to clipboard operation
SecuringWebApiUsingJwtAuthentication copied to clipboard

Do I need to store the token manually at the client side ?

Open Yoni-Boy opened this issue 4 years ago • 0 comments

First of all, the project is amazing. I have a question, when I identified and received the token, is it automatically saved in the browser or should I save it on the client side and send it every time.

When I turn on the API, using AJAX, do I need to store the token in request or is it done automatically ?! If you have a code in javascript that shows this I would glade to get. In your example when I turn to the API through the postman I have to enter the token manually to the header, but what do I do when I turn to the API using AJAX.

Best Regards

Yoni-Boy avatar Jan 28 '21 07:01 Yoni-Boy