ASP.NET Core 6.0 - Users Without Passwords Project

Count = 9

ASP.NET Core 5.0 - Users Without Passwords
Created 04/09/21, Updated 08/16/21 03:59 GMT
Introduces a series about the implementation WebAuthn, also known as FIDO2, instead of passwords. The first article of a series for the Uses Without Passwords Project.
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.