This sample demonstrates how to authenticate users in an ASP.NET Core application using FoxIDs with OpenID Connect and passwordless login via one-time codes sent by email.
A full walkthrough and explanation of this sample is available in the accompanying Medium article:
Passwordless Authentication in ASP.NET Core with FoxIDs and Email-based OTP.
The project uses a minimal Razor Pages app, but the same integration applies to MVC, Blazor, and other ASP.NET Core web frameworks.
- Passwordless authentication with email-based OTP
- OpenID Connect integration with FoxIDs
- Simple Razor Pages application
- Local development using https://localhost:7283