ASP.NET Core 8.0 - Users With Device 2FA Project
ASP.NET Core 3.1 - 2FA Sign In Service
                        Created 08/26/20,
                        Updated 02/24/21 00:00 GMT
                    
                    
                        Describes the implementation of a class for functions PasswordSignInAsync, SignOut, RefreshSignIn, and functions which remember and forget the current 2FA browser. The fifth article of a series for 2FA Without Identity.
                    
                ASP.NET Core 3.1 - Admin 2FA Requirement
                        Created 08/26/20,
                        Updated 02/23/21 23:58 GMT
                    
                    
                        Describes how to implement a policy and a custom 2FA enabled claim to deny access to admin pages for administrators who have not enabled 2FA. The seventh article of a series for 2FA Without Identity.
                    
                ASP.NET Core 3.1 - 2FA Admin Override
                        Created 08/31/20,
                        Updated 02/23/21 23:58 GMT
                    
                    
                        Describes the implementation of administrator override of a user's enabled 2FA. The eighth article of a series for 2FA Without Identity.
                    
                ASP.NET Core 3.1 - Enhanced User Without Identity
                        Created 02/20/21,
                        Updated 02/23/21 23:40 GMT
                    
                    
                        Introduces a series about implementing enhanced user features without Identity.
                    
                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.