I am new to .net and token based authentication. Your Part 1 video is really helpful. Thanks for your wonderful video, Keep doing.
@lg24det7 жыл бұрын
Can't say enough thank you for these well explained tutorials. God Bless you my friend!
@carlhlazo9317 жыл бұрын
Thank you so much Sourav. I enjoyed your well thought out step by step tutorial. Keep up the great work
@diegocrdev8 жыл бұрын
Thanks for the very nice tutorial. I just have 1 question. What about the logout? Is there any way for manually expiring the token?
@muhammadfaizan9337 жыл бұрын
Hi i seen your first video of web api where you used token based authentication.but can you explain or send me video where you are storing all this roles and tokens and users in sql server database with web api. thanks
@bl8nc5 жыл бұрын
Good job, thanks for sharing. Love the background noises btw, makes it far more interesting :D
@chaitanya1218 жыл бұрын
The post is really very good. Very helpfull.
@tejeshB197 жыл бұрын
Thanks a lot bro.. its a great tutorial... please continue the great work.
@muhammadfaizan9337 жыл бұрын
I like your first video very much and it was very helpfull.but just next part of database was not included
@shimpipravin827 жыл бұрын
Superb..!! Really, it helps lot to clear the doubts. Thanks once again..!!
@souravmondal457 жыл бұрын
Thanks
@aasimsajjad86068 жыл бұрын
You are rock man thankx for the awesome tutorials
@VongsiLoryongpao6 жыл бұрын
Good one, thanks for sharing and appreciated.
@CarminasVix7 жыл бұрын
Thank you for this tutorial. I have a suggestion: you could show in bug how is the backend behavior in each situation.
@dduurrggaa11158 жыл бұрын
Thanks Sourav, It's good one.
@supriyakaturu32204 жыл бұрын
The post is very good and helpfull this
@sumamasham69364 жыл бұрын
I did to your previous project upto token generation in postman Can you explain how to use it in mvc client project instead of angular json
@hsaeed017 жыл бұрын
Arent you supposed to use Implicit flow for Angular apps? Also doesnt password flow require client id and secret and is supposed to be for server side?
@MdArefinReflex7 жыл бұрын
its ok ...brief and nice,,, but if possible share the JWT grant type, more convenient for mobile development as well as web.
@allisfun32168 жыл бұрын
Hey Mr. Sourav mondal, its really very nice tutorial.. But I need your help, to how to regenerate token if its expired. Thanks in advance.
@rakeshkaddi8 жыл бұрын
Can you Please work on a module where admin approval is need for user registration.
@davidflash16 жыл бұрын
do you have with database connection?
@pochtaliot7 жыл бұрын
Hi! Thanks for the tutorial! All works fine. Have some issue. When i open my app it has no saved token and id need to login one more time. Is this correct by this way building current app?
@souravmondal457 жыл бұрын
2 type of token you can create, persistence and non-persistence. you can create persistence cookies for saved token even after browser closed.
@pochtaliot7 жыл бұрын
Ok, thanks, thought about cookie option
@MatriX6060237 жыл бұрын
Where do you store Token on client side?
@senthilprabhu23408 жыл бұрын
Hi nice videos session about token based application n angular JS. I tried to developing in MVC 5 in same concept but i cant reach out.can u help me in MVC or else any videos using token based application with MVC.
@botizanionut22428 жыл бұрын
Should be even easier in MVC , same project ... With no CORS Just write his Index . html in your Index View
@RongMilon8 жыл бұрын
Good job....
@mdaslamknl7 жыл бұрын
hello when displaying writing the code zoom it
@BePositive8638 жыл бұрын
i am getting this error "Error: [$injector:modulerr] Failed to instantiate module myApp due to: [ng:areq] Argument 'fn' is not a function" , could you please help?
@BePositive8638 жыл бұрын
i am done
@JosephR97 жыл бұрын
can you update to Angular 2, 4? plox
@MdArefinReflex7 жыл бұрын
it will be same as angular...
@shahidwani64457 жыл бұрын
Sir how to validate client application
@РазработчикАдильханов8 жыл бұрын
Thank you very much!
@timcesar17 жыл бұрын
what about Refresh Token
@tobiashoft35058 жыл бұрын
What is when token expired? what can i do?
@souravmondal458 жыл бұрын
It will automatically redirect you to login page. You can see I have written the following line in the Http Interceptor responseError : function(rejection) { if (rejection.status === 401) { $location.path('/login'); return $q.reject(rejection); } if (rejection.status === 403) { $location.path('/unauthorized'); return $q.reject(rejection); } return $q.reject(rejection); } Here when the token will expire, we will get 401 status code. And we have written code $location.path('/login'); when we will get 401.
@shimozurdo8 жыл бұрын
genius!
@akumok7 жыл бұрын
Sir, Do you realize your title "Part 2..." overlapping on your screen code you're typing so it making very difficult to read it?
@divyeshvaghela54676 жыл бұрын
Thanks.
@laleshyagysaini43046 жыл бұрын
why do you use caption in your video that caption does not make sense