ASP.NET Core 6.0 - Users With Device 2FA Project

Count = 39

ASP.NET Core 5.0 - Migrate To Bootstrap v5
Created 06/10/21, Updated 09/14/21 02:57 GMT
Describes how to migrate an ASP.NET Core 5.0 Razor Pages project from Bootstrap v4 to v5. The second article of a series for the Uses Without Passwords Project.
ASP.NET Core 5.0 - The TempData Challenge
Created 06/21/21, Updated 08/16/21 04:00 GMT
Describes the implementation of the TempData attribute to persist the challenge on the server between requests. The challenge is a unique code used by FIDO to verify the response from the authenticating device. The third article of a series for the Uses Without Passwords Project.
ASP.NET Core 5.0 - FIDO2 Challenge Options
Created 07/04/21, Updated 08/16/21 04:00 GMT
Describes the options used to implement authentication with a FIDO2 device. The forth article of a series for the Uses Without Passwords Project.
ASP.NET Core 5.0 - FIDO2 Credential Devices
Created 07/04/21, Updated 08/16/21 04:00 GMT
Describes the FIDO2 devices I used to develop the Users Without Passwords Project (UWPP). The fifth article of a series for the UWPP.
ASP.NET Core 5.0 - FIDO2 Credential Create
Created 07/17/21, Updated 08/16/21 04:01 GMT
Describes the registration or attestation ceremony I implement in the Users Without Passwords Project (UWPP). The sixth article of a series for the UWPP.
ASP.NET Core 5.0 - FIDO2 Credential Get
Created 08/10/21, Updated 08/16/21 04:01 GMT
Describes the login or assertion ceremony I implement in the Users Without Passwords Project (UWPP). The seventh article of a series for the UWPP.
ASP.NET Core 5.0 - FIDO2 Attestation Trust
Created 08/16/21, Updated 08/16/21 04:01 GMT
Describes the implementation of validating the attestation trust path for the packed and tpm formats in the Users Without Passwords Project (UWPP). The eighth article of a series for the UWPP.
ASP.NET Core 5.0 - Multiple FIDO2 Credentials
Created 08/16/21, Updated 08/16/21 04:02 GMT
Demonstrates management of multiple FIDO2 devices in the Users Without Passwords Project (UWPP). The ninth article of a series for the UWPP.
ASP.NET Core 3.1 - Users Without Identity
Created 01/23/20, Updated 02/24/21 00:19 GMT
Demonstrates the implementation of Cookie Authentication. The first article of a series for Users Without Identity.
ASP.NET Core 3.1 - User Entity
Created 01/24/20, Updated 02/24/21 00:18 GMT
Demonstrates the implementation of storing a user entity in a MS SQL database. The second article of a series for Users Without Identity.