{"id":19101346,"url":"https://github.com/damienbod/AspNetCoreIdentityFido2Mfa","last_synced_at":"2025-04-18T18:32:19.233Z","repository":{"id":37702079,"uuid":"200386797","full_name":"damienbod/AspNetCoreIdentityFido2Mfa","owner":"damienbod","description":"ASP.NET Core (.NET 8) Identity with FIDO2 WebAuthn MFA, passwordless","archived":false,"fork":false,"pushed_at":"2024-10-13T08:21:50.000Z","size":3041,"stargazers_count":165,"open_issues_count":4,"forks_count":40,"subscribers_count":11,"default_branch":"main","last_synced_at":"2024-11-06T02:38:38.318Z","etag":null,"topics":["2fa","aspnet-core","aspnetcore","dotnet6","fido2","identity","mfa","passwordless","webauthn"],"latest_commit_sha":null,"homepage":"https://damienbod.com/2019/08/06/asp-net-core-identity-with-fido2-webauthn-mfa/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/damienbod.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-03T14:46:59.000Z","updated_at":"2024-10-13T08:21:30.000Z","dependencies_parsed_at":"2023-02-01T00:45:33.150Z","dependency_job_id":"fd56a2d4-4328-417a-9147-6e78d7e12681","html_url":"https://github.com/damienbod/AspNetCoreIdentityFido2Mfa","commit_stats":{"total_commits":271,"total_committers":4,"mean_commits":67.75,"dds":"0.10332103321033215","last_synced_commit":"6080f1187e2e23fea96cb1d5963cd42d118c2bdc"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damienbod%2FAspNetCoreIdentityFido2Mfa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damienbod%2FAspNetCoreIdentityFido2Mfa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damienbod%2FAspNetCoreIdentityFido2Mfa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damienbod%2FAspNetCoreIdentityFido2Mfa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/damienbod","download_url":"https://codeload.github.com/damienbod/AspNetCoreIdentityFido2Mfa/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223783093,"owners_count":17201906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["2fa","aspnet-core","aspnetcore","dotnet6","fido2","identity","mfa","passwordless","webauthn"],"created_at":"2024-11-09T03:53:15.456Z","updated_at":"2025-04-18T18:32:19.226Z","avatar_url":"https://github.com/damienbod.png","language":"CSS","funding_links":[],"categories":["others"],"sub_categories":[],"readme":"# ASP.NET Core Identity with FIDO2 WebAuthn, MFA and Passwordless \r\n\r\n[![.NET](https://github.com/damienbod/AspNetCoreIdentityFido2Mfa/workflows/.NET/badge.svg)](https://github.com/damienbod/AspNetCoreIdentityFido2Mfa/actions?query=workflow%3A.NET)\r\n\r\n## Database\r\n\r\n```\r\nAdd-Migration \"init_identity_new\" \r\n```\r\n\r\n```\r\nUpdate-Database\r\n```\r\n\r\n## Blogs\r\n\r\n[ASP.NET Core Identity with FIDO2 WebAuthn MFA](https://damienbod.com/2019/08/06/asp-net-core-identity-with-fido2-webauthn-mfa/)\r\n\r\n[Adding FIDO2 Passwordless authentication to an ASP.NET Core Identity App](https://damienbod.com/2019/10/18/adding-fido2-passwordless-authentication-to-an-asp-net-core-identity-app/)\r\n\r\n## History\r\n\r\n- 2024-12-21 Updated packages, .NET 9, bootstrap 5\r\n- 2024-10-13 Updated packages\r\n- 2024-05-02 Updated packages and build\r\n- 2024-01-07 .NET 8\r\n- 2023-11-10 Updated packages\r\n- 2023-08-18 Updated packages, revert to Fido2 3.0.1 =\u003e problems with beta version\r\n- 2023-06-20 Updated packages, Fido2 4.0.0-beta1\r\n- 2023-04-28 Updated packages\r\n- 2023-02-18 Updated packages, improved passwordless login\r\n- 2022-12-31 Updated to .NET 7, fix passwordless login\r\n- 2022-10-15 Updated nuget packages\r\n- 2022-07-31 Updated Fido2 nuget package to 3.0.0 and npm, nuget packages\r\n- 2022-06-29 Updated Fido2 nuget package to 3.0.0-beta6\r\n- 2022-06-12 Migrate to latest identity, bootstrap 5, updated packages, nullable, implicit usings\r\n- 2022-02-13 Updated packages\r\n- 2021-12-16 Updated to .NET 6\r\n- 2021-08-20 Update npm packages\r\n- 2021-04-03 Update npm packages\r\n- 2021-03-20 Update npm, nuget packages\r\n- 2021-01-10 Update .NET 5, code clean up\r\n- 2020-09-11 Added Anti-forgery protection, Updated Nuget packages, npm packages\r\n- 2020-08-28 Fix Bad URL register FIDO key, Updated Nuget packages, npm packages\r\n- 2020-05-06 Fix FIDO2 database model\r\n- 2020-05-05 Updated nuget packages, FIDO2 1.1.0\r\n- 2020-02-28 Updated nuget packages, add support for multiple keys per user\r\n- 2019-12-29 Update to .NET Core 3.1\r\n- 2019-10-18 Added example for FIDO2 passwordless\r\n- 2019-10-07 Updated to .NET Core 3.0\r\n- 2019-09-20 Updated to .NET Core 3.0 rc1\r\n- 2019-09-06 Updated to .NET Core 3.0 preview 9\r\n- 2019-08-13 Updated to .NET Core 3.0 preview 8\r\n\r\n## Links\r\n\r\n- https://github.com/abergs/fido2-net-lib\r\n- https://webauthn.io/\r\n- https://webauthn.guide\r\n- https://www.youtube.com/watch?v=qgZ3JO2khFg\r\n- https://www.yubico.com/products/yubikey-hardware/\r\n- https://www.youtube.com/watch?v=2KfZJRsacNM\r\n- https://www.troyhunt.com/beyond-passwords-2fa-u2f-and-google-advanced-protection/\r\n- https://fidoalliance.org/fido2/\r\n- https://www.w3.org/TR/webauthn/\r\n- https://www.scottbrady91.com/FIDO/A-FIDO2-Primer-and-Proof-of-Concept-using-ASPNET-Core\r\n- https://github.com/herrjemand/awesome-webauthn\r\n- https://developers.yubico.com/FIDO2/Libraries/Using_a_library.html\r\n- https://medium.com/@herrjemand\r\n- https://github.com/w3c/webauthn\r\n- https://passthesalt.ubicast.tv/videos/2020-replacing-passwords-with-fido2/\r\n- https://www.youtube.com/watch?v=S8Z1p_2yAzg\u0026feature=youtu.be\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamienbod%2FAspNetCoreIdentityFido2Mfa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdamienbod%2FAspNetCoreIdentityFido2Mfa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamienbod%2FAspNetCoreIdentityFido2Mfa/lists"}