ASP.NET Core 6.0 - Users Without Identity Project

Count = 27

ASP.NET Core 3.1 - 2FA Recovery Codes
Created 02/20/21, Updated 02/23/21 23:40 GMT
Describes the implementation of 2FA recovery codes.
ASP.NET Core 3.1 - Login Lockout
Created 02/20/21, Updated 02/23/21 23:39 GMT
Demonstrates the implementation of a configurable lockout pause after a configurable number of failed login attempts.
ASP.NET Core 3.1 - Created And Last Login Date
Created 02/20/21, Updated 02/23/21 23:39 GMT
Describes the implementation of created and last login dates for users.
ASP.NET Core 3.1 - Security Stamp
Created 02/20/21, Updated 02/23/21 23:39 GMT
Describes the implementation of a security stamp property for a user.
ASP.NET Core 3.1 - Token Service
Created 02/20/21, Updated 02/23/21 23:38 GMT
Describes the implementation of functions to generate and validate tokens used to confirm email addresses and reset passwords.
ASP.NET Core 3.1 - Confirmed Email Address
Created 02/20/21, Updated 02/23/21 23:38 GMT
Describes the implementation of a confirmed email address for a user.
ASP.NET Core 3.1 - Password Recovery
Created 02/20/21, Updated 02/23/21 23:37 GMT
Demonstrates the implementation of an automated password reset process for a user.