@@Netcode-Hub while your tutorial is valuable, putting password in the URL is a security risk/issue. There are people who will just copy your code and put in production … that’s why I urge you to pay attention in the future
"Nice video" I'm a follower in Côte d'Ivoire. I've a question: In the case you want to store old passwords from users to avoid picked the same password in a next future?
i try to do like you, but the emailCode give me a token like jwtbearer, so that i cannot check the confirmation function, i want to know what's wrong with it
@@Netcode-Hub Oh, my mistake, i didn't check carefully that i use DefaultToken instead DefaultEmailToken, thanks for helping me. By the way, can i use that for gmail? Because in VN people use gmail instead ethereal.
Nice video.... keep up the good work Sir
Thanks 😊
@@Netcode-HubPlease Sir...can make a video of Mvc and WebAPI please.
Ohk, will see
@@Netcode-Hubyou're welcome Sir
Awesome lecture, you will do dotnet aspire in the future ?
Yes 👍
Did you make Google through authentication from the button? I mean, click on the Google button in our page and login through that button.
Nope, we didn’t integrate google authentication in this video .
15:58 Man did you just put the password in the Path? In the URL??
Use model to handle it
@@Netcode-Hub when making tutorials, there’s minimal attention to pay!
I think that next time you’ll pay attention to the security issues, minimum
Minimal attention? 🤔 what do you mean by that?
@@Netcode-Hub while your tutorial is valuable, putting password in the URL is a security risk/issue.
There are people who will just copy your code and put in production … that’s why I urge you to pay attention in the future
@theobellash6440 alright sir
"Nice video" I'm a follower in Côte d'Ivoire. I've a question: In the case you want to store old passwords from users to avoid picked the same password in a next future?
Nice question, solving this is very very simple. Before resetting the, keep a copy in your database, create a table to handle that.
@@Netcode-Hub , I see. I thought I've to store in this table when creating them. Thank you Masta.
@DoumbiaMamadou great 😊
i try to do like you, but the emailCode give me a token like jwtbearer, so that i cannot check the confirmation function, i want to know what's wrong with it
You need to add default token provider as Email, check the starting when registering the service, you skipped that.
@@Netcode-Hub Oh, my mistake, i didn't check carefully that i use DefaultToken instead DefaultEmailToken, thanks for helping me. By the way, can i use that for gmail? Because in VN people use gmail instead ethereal.
@@VuMinhKhanhKHCMgreat 😊 sure