Today src/dotnet/TestApps/ covers BFF (YARP + cookie), a JWT resource server with permission gating, and an M2M client — all .NET. Missing runnable material for the other integration audiences:
- iOS/Swift sample (system-browser Code+PKCE via ASWebAuthenticationSession AND the native passwordless grants incl. passkey enrollment — both paths, clearly labeled)
- Minimal TypeScript client helper/sample
- MCP server sample secured against Modgud (pairs with the MCP golden-path doc)
dotnet new templates (modgud-bff, modgud-api)
Samples over SDK layers: standard flows should use standard libraries; the value is a tested, copyable reference.
Today
src/dotnet/TestApps/covers BFF (YARP + cookie), a JWT resource server with permission gating, and an M2M client — all .NET. Missing runnable material for the other integration audiences:dotnet newtemplates (modgud-bff,modgud-api)Samples over SDK layers: standard flows should use standard libraries; the value is a tested, copyable reference.