will you please make combined video of generating token and using it for authentication. Cause many of viewers including me are confused. we are not able to connect concepts from two separate videos of generating JWT token and this video of authentication . please
I am only into frontend. Could you please help me providing the information about how to install and run the backend API so that it is active without throwing error while using the API in my frontend.
I love your videos, I follow you, to be a full stack developer . Angular series is awesome. I just want the above process with authguard. Can you please tell me in short....
Thank you for this video. But it's very time consuming to add headers for each http call. How can I do it using interceptor? I am using angular 15 and my Authorization token is not working, if possible please help me
for example we login on fb account ,when we login, token is created on the behalf of our creds, now we dont chat to anyone without login or even post on fb account make sense, whenever we login our token is saved at local storage, dev set it at local. now its not only 2 or 3 api on fb app. everytime we need to send token fetching from local and send to that particular api on angular ,react or vue that causes things messi ,so we used interceptor . Instead of passing token on every request hardcoded, interceptor modify our request and send token to every api request. this is about why ? how ? see interceptor tut. hope you understand