MrWhoOidc.Client is the .NET helper package for integrating applications with the MrWhoOidc server.
It includes helpers for:
net8.0net10.0var builder = WebApplication.CreateBuilder(args);
builder.Services.AddMrWhoOidcClient(builder.Configuration, sectionName: "MrWhoOidc:Client");
For server-side integration details, see docs/developer-guide.md and docs/advanced-flows-guide.md.