I am trying to reset password with .NET Core identity. This is why I generate password reset token and send it as an e-mail. The system works fine on localhost, but after uploading it to IIS server, it throws an "Invalid token" error
Can you help me ?
Thank you
I solved my problem The reason for the problem was the method I used to encode the token. I changed my encoding-decoding method