goo.gl/bPcyXW : Buy me a Coffee bit.ly/47XMDIk : Next Video bit.ly/3zktP96 : Prev. Video bit.ly/403lUVC : Auth System with AspNet Core MVC & Identity Core bit.ly/3QiQOYw : CRUD Operations (Angular & .Net Core API) bit.ly/2z3P6RQ : Restaurant App, Master Detail CRUD (Angular & .Net Core API) bit.ly/47yygKq : (Angular & .Net Core API) More Videos bit.ly/4fSmgXP : React & .Net Core API Videos
@JosuéDiogoPedro16 күн бұрын
So helpful. I'm learning angular and this videos are helping me so much. Thanks a lot Sr.... from Angola
@CodAffection16 күн бұрын
Glad you think so.
@RiyaAgrahari-s6t2 ай бұрын
Informative video...learning basics of angular..thanks
@CodAffection2 ай бұрын
Thanks for your wonderful feedback.
@wafick59413 ай бұрын
looking forward for the next video ❤❤❤
@CodAffection3 ай бұрын
Working on it.
@Presence4You3 ай бұрын
Hello, do you already know when you will be releasing the next episode on this topic? I need it for my small personal project and would be happy if I could continue in your style. I’d rather not check somewhere else to see how it goes on... Thank you!
@CodAffection3 ай бұрын
Day after tomorrow or the next day. Sorry for the inconvenience.
@ioaneaslamazash9294Ай бұрын
thank you for a video! I've a question, why don't clear cookies after logout? when I am trying login again, session is active and don't redirect Identity's login page. after logout deleted localStorage and sessionStorage, but cookies not.
@CodAffectionАй бұрын
thanks for the feedback, did you meant the session cookie?
@CodAffectionАй бұрын
Normally, during logout, only deleting the valid token from the client side (local storage) is necessary, because from there onwards, the client doesn't have any valid token to pass to the server. In case of token-based authentication, as we said, token-based authentication is stateless; there is nothing stored on the server side (so no cache is assigned on the server side) indicating such and such a user has successfully authenticated to the system. A user is authenticated or not, authorized or not, everything could be deducted from the token passed along with the request.
@ProgrammingNoob3 ай бұрын
Many thanks for clearing jwt concepts, plase also make a similar video for OAuth and OpenID
@CodAffection3 ай бұрын
Noted
@MSivaramprasad2 ай бұрын
Good video. Can you please push the changes to git hub. Thanks so much.
@CodAffection2 ай бұрын
It's already there in GitHub.
@MSivaramprasad2 ай бұрын
Thanks @@CodAffection
@matthewkk5087Ай бұрын
do you have tutorials without minimal api? you dont use controllers
@CodAffectionАй бұрын
Previously with Angular 7, I've discussed the same topic with Asp.Net Web API, here : kzbin.info/www/bejne/b4i5eGCqjdFqjqM
@MP_04_023 ай бұрын
Thank you so much for this video 😀
@CodAffection3 ай бұрын
Most welcome 😊
@pnaraliogullari6863Ай бұрын
Could you please make a react.js version of this?
@CodAffectionАй бұрын
I was planning to do it, let me check what I can do.