Link to home
Start Free TrialLog in
Avatar of newjeep19
newjeep19Flag for United States of America

asked on

Need help with MVC 5 C# JSON Web Token Login Application

I have a ASP.Net MVC 5 C# application that uses JWT tokens to GET (request) a token to get access to the database. The issues that I am running into are the c# code for on the IdentityConfig.cs ApplicationUserManger I set the login lockout defaults. Those defaults do not work. I have a MaxFailedAccessAttempts set to 3 when I login with the incorrect password more than 3 times the account does not lockout the user. The user should be locked for 5 minuets (which I don't know if that works because the lockout code is not working). To generate an email which the users gets in their email inbox than click on a link on the email and then takes the user to the password reset page where the password is suppose to be reset by getting a JWT token to GET then PUT the change to update the database table with the new password.
This question needs an answer!
Become an EE member today
7 DAY FREE TRIAL
Members can start a 7-Day Free trial then enjoy unlimited access to the platform.
View membership options
or
Learn why we charge membership fees
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.