konstantine
โ
Hashing password - ASP.NET Core Identity PasswordHasher
Thank you !! I don't get how to use Identity reading the code source of it, I'm a begginer, and C# is hard without the proper documentation ๐ข I don't want to use it manually. I'm trying to use the whole framework, but I'm having a hard time!
Here what I'm trying to do. I would like to hash the passwords of my users, when users create an account. And then to use it for the authentication part of the application.
51 replies
โ
Hashing password - ASP.NET Core Identity PasswordHasher
Hi @TeBeCo , I still have trouble using Identity, if you want to take a look... Here my post request :
I have 500 error from the frontend, I never enter the post request. And I have this issue:
I can't implement correctly the dependance in the Program.cs
51 replies
โ
Hashing password - ASP.NET Core Identity PasswordHasher
I tried to use this code https://github.com/dotnet/aspnetcore/blob/main/src/Identity/Extensions.Core/src/PasswordHasher.cs And I have errors :
-"no definition in Resources for InvalidPasswordHasherIterationCount",
-"no definition in Resources for InvalidPasswordHasherCompatibilityMode"...
51 replies
โ
Hashing password - ASP.NET Core Identity PasswordHasher
Thank you ๐ I often can't find what I want with Microsoft's documentation... Like, here, I have some infos about Identity methods but no examples for how I have to use them.
Do I have to use directly in my model ? Or in the controller ? I'm lost ^^
51 replies